[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120223124625.GH22675@n2100.arm.linux.org.uk>
Date: Thu, 23 Feb 2012 12:46:26 +0000
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Shubhrajyoti <shubhrajyoti@...com>
Cc: Tarun Kanti DebBarma <tarun.kanti@...com>, khilman@...com,
tony@...mide.com, linux-kernel@...r.kernel.org,
grant.likely@...retlab.ca, linux-omap@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 5/6] gpio/omap: fix trigger type to unsigned
On Thu, Feb 23, 2012 at 06:09:16PM +0530, Shubhrajyoti wrote:
> On Thursday 23 February 2012 05:40 PM, Tarun Kanti DebBarma wrote:
> > -static int _set_gpio_triggering(struct gpio_bank *bank, int gpio, int trigger)
> > +static int _set_gpio_triggering(struct gpio_bank *bank, int gpio,
> > + unsigned trigger)
> you meant unsigned int ? could it be made u32.
In C, unsigned is the same as unsigned int.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists