mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Shyam Saini <mayhs11saini@gmail.com>
To: gregkh@linuxfoundation.org
Cc: arve@android.com, riandrews@android.com,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Shyam Saini <mayhs11saini@gmail.com>
Subject: [PATCH] Staging: android: timed_gpio: fixed bare use of 'unsigned'
Date: Mon,  4 Apr 2016 21:12:28 +0530	[thread overview]
Message-ID: <1459784548-5095-1-git-send-email-mayhs11saini@gmail.com> (raw)

'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

             reply	other threads:[~2016-04-04 15:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 15:42 Shyam Saini [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459784548-5095-1-git-send-email-mayhs11saini@gmail.com \
    --to=mayhs11saini@gmail.com \
    --cc=arve@android.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riandrews@android.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®