Re: [PATCH 9/9] Input: rotary_encoder - Remove redundant platform_set_drvdata()

2013-05-06 Thread Daniel Mack
On 04.05.2013 16:51, Sachin Kamat wrote: > Commit 0998d06310 (device-core: Ensure drvdata = NULL when no > driver is bound) removes the need to set driver data field to > NULL. > > Signed-off-by: Sachin Kamat > Cc: Daniel Mack Acked-by: Daniel Mack > --- > drivers/input/misc/rotary_encoder.c

[PATCH 9/9] Input: rotary_encoder - Remove redundant platform_set_drvdata()

2013-05-04 Thread Sachin Kamat
Commit 0998d06310 (device-core: Ensure drvdata = NULL when no driver is bound) removes the need to set driver data field to NULL. Signed-off-by: Sachin Kamat Cc: Daniel Mack --- drivers/input/misc/rotary_encoder.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers