Re: [PATCH] staging: lustre: use NULL instead of 0 for non-integers

2014-08-10 Thread Greg KH
On Sun, Aug 03, 2014 at 10:45:36PM +0200, Martin Kepplinger wrote: > This fixes sparse errors where 0 is used for non-integers. > > Signed-off-by: Martin Kepplinger > --- > applies to -next20140802 Someone else already did this same change, sorry :( greg k-h -- To unsubscribe from this list:

Re: [PATCH] staging: lustre: use NULL instead of 0 for non-integers

2014-08-10 Thread Greg KH
On Sun, Aug 03, 2014 at 10:45:36PM +0200, Martin Kepplinger wrote: This fixes sparse errors where 0 is used for non-integers. Signed-off-by: Martin Kepplinger mart...@posteo.de --- applies to -next20140802 Someone else already did this same change, sorry :( greg k-h -- To unsubscribe from

[PATCH] staging: lustre: use NULL instead of 0 for non-integers

2014-08-03 Thread Martin Kepplinger
This fixes sparse errors where 0 is used for non-integers. Signed-off-by: Martin Kepplinger --- applies to -next20140802 drivers/staging/lustre/lnet/lnet/api-ni.c |4 +- drivers/staging/lustre/lustre/fld/fld_request.c|2 +- drivers/staging/lustre/lustre/llite/llite_lib.c

[PATCH] staging: lustre: use NULL instead of 0 for non-integers

2014-08-03 Thread Martin Kepplinger
This fixes sparse errors where 0 is used for non-integers. Signed-off-by: Martin Kepplinger mart...@posteo.de --- applies to -next20140802 drivers/staging/lustre/lnet/lnet/api-ni.c |4 +- drivers/staging/lustre/lustre/fld/fld_request.c|2 +-