Re: [flashrom] [PATCH] flashrom: fix sparse warning: Using plain integer as NULL pointer

2011-07-25 Thread Carl-Daniel Hailfinger
Am 24.01.2011 09:52 schrieb Mathias Krause: > On 22.01.2011 21:19, Peter Hüwe wrote: > >> flashrom: fix sparse warning: Using plain integer as NULL pointer >> >> This patch fixes the "using plain integer as NULL pointer" warnings >> generated by running sparse on the flashrom source. >> >> Flash

Re: [flashrom] [PATCH] flashrom: fix sparse warning: Using plain integer as NULL pointer

2011-01-24 Thread Mathias Krause
On 22.01.2011 21:19, Peter Hüwe wrote: > flashrom: fix sparse warning: Using plain integer as NULL pointer > > This patch fixes the "using plain integer as NULL pointer" warnings > generated by running sparse on the flashrom source. > > Flashrom-Version: r1254 Looks good to me. > > Signed-off-

[flashrom] [PATCH] flashrom: fix sparse warning: Using plain integer as NULL pointer

2011-01-22 Thread Peter Hüwe
flashrom: fix sparse warning: Using plain integer as NULL pointer This patch fixes the "using plain integer as NULL pointer" warnings generated by running sparse on the flashrom source. Flashrom-Version: r1254 Signed-off-by: Peter Huewe --- cbtable.c|2 +- chipset_enable.c |2 +