Re: [PATCH] Staging: android: timed_gpio: fixed bare use of 'unsigned'

2016-04-05 Thread Greg KH
On Tue, Apr 05, 2016 at 07:02:54PM +0530, Shyam Saini wrote: > hi, > Sorry for duplicate work, actually i was following http://kernelnewbies.org/ > FirstKernelPatch . > I updated the repository, then i watched this video  and finally submitted the > duplicate patch. > > As you said, I should work

[PATCH] Staging: android: timed_gpio: fixed bare use of 'unsigned'

2016-04-04 Thread Shyam Saini
'unsigned int gpio' is added in place of 'unsigned gpio' Signed-off-by: Shyam Saini --- drivers/staging/android/timed_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c