On Thu, 21 Mar 2019 at 12:49, Greg KH wrote: > On Thu, Mar 21, 2019 at 09:41:27AM +0530, Payal Kshirsagar wrote: > > replace 0 with FALSE in file rivers/staging/emxx_udc/emxx_udc.h > > Why? > > > > > Signed-off-by: Payal Kshirsagar > > --- > > drivers/staging/emxx_udc/emxx_udc.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/staging/emxx_udc/emxx_udc.h > b/drivers/staging/emxx_udc/emxx_udc.h > > index b8c3dee..540e4ca 100644 > > --- a/drivers/staging/emxx_udc/emxx_udc.h > > +++ b/drivers/staging/emxx_udc/emxx_udc.h > > @@ -10,7 +10,7 @@ > > > > > /*---------------------------------------------------------------------------*/ > > /*----------------- Default undef */ > > -#if 0 > > +#if FALSE > > Are you sure this is ok? Why is this change needed at all? > > ohh I am sorry. This change if of no use. payal > thanks, > > greg k-h >