search for: initialoized

Displaying 1 result from an estimated 1 matches for "initialoized".

Did you mean: initialized
2011 Oct 17
0
[PATCH] powernow: don't read never initialoized structure member
c/s 20361:51b031b0737e removed the writing of struct processor_performance''s shared_cpu_map member, but the powernow driver still has code to read it (though presumably that code path can''t be taken on actual hardware supported by the powernow driver). Remove the use of the field along with the field itself. Signed-off-by: Jan Beulich <jbeulich@suse.com> ---