Hi,

On Thu, Apr 01, 2010 at 01:26:29PM +0200, Doyu Hiroshi (Nokia-D/Helsinki) wrote:
+static int __init omap24xx_init_devices(void)
+{
+       if (!cpu_is_omap24xx())
+               return;

return 0
here.

+static int __init omap44xx_init_devices(void)
+{
+       if (!cpu_is_omap44xx())
+               return;

return 0
here too :-)

other than that, to me it looks a lot cleaner. Then we can start moving any other device registration that still lies in devices.c to the new files

--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to