Re: [PATCH v2 2/3] staging: greybus: light: fix attributes allocation

2016-10-03 Thread Viresh Kumar
On Fri, Sep 30, 2016 at 11:54 PM, Rui Miguel Silva wrote: > Fix allocation of attributes with the correct size, this also fix smatch > warning: > > drivers/staging/greybus/light.c:293 channel_attr_groups_set() > warn: double check that we're allocating correct size: 8 vs 16 > > Signed-off-by: Rui

[PATCH v2 2/3] staging: greybus: light: fix attributes allocation

2016-09-30 Thread Rui Miguel Silva
Fix allocation of attributes with the correct size, this also fix smatch warning: drivers/staging/greybus/light.c:293 channel_attr_groups_set() warn: double check that we're allocating correct size: 8 vs 16 Signed-off-by: Rui Miguel Silva --- drivers/staging/greybus/light.c | 3 +-- 1 file chan