public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: android: timed_gpio: fixed bare use of 'unsigned'
@ 2016-04-04 15:42 Shyam Saini
  2016-04-04 18:35 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Shyam Saini @ 2016-04-04 15:42 UTC (permalink / raw)
  To: gregkh; +Cc: arve, riandrews, devel, linux-kernel, Shyam Saini

'unsigned int gpio' is added in place of 'unsigned gpio'

Signed-off-by: Shyam Saini <mayhs11saini@gmail.com>
---
 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
index 914fd10..8926b3f 100644
--- a/drivers/staging/android/timed_gpio.c
+++ b/drivers/staging/android/timed_gpio.c
@@ -29,7 +29,7 @@ struct timed_gpio_data {
 	struct timed_output_dev dev;
 	struct hrtimer timer;
 	spinlock_t lock;
-	unsigned gpio;
+	unsigned int gpio;
 	int max_timeout;
 	u8 active_low;
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-05 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04 15:42 [PATCH] Staging: android: timed_gpio: fixed bare use of 'unsigned' Shyam Saini
2016-04-04 18:35 ` Greg KH
     [not found]   ` <CAOfkYf4BYsRXgFedYGHhBkg-urcbcyX5ZSNrgb_3v-_NzJGHvg@mail.gmail.com>
     [not found]     ` <20160405024209.GA13306@kroah.com>
     [not found]       ` <CAOfkYf6vWyk5W21V57fQDRmX+_LwL=PAp=L03HqQeLN_PajThw@mail.gmail.com>
2016-04-05 13:35         ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox