Re: [BUGFIX PATCH] ARM: OMAP: fix type of return values in omap_device_get_by_hwmod_name()

2013-03-22 Thread Russell King - ARM Linux
On Thu, Mar 21, 2013 at 01:13:10PM +0100, Lothar Waßmann wrote: > The merge bda5e141fbe96295c669692114d18687730269fb erroneously changed Don't forget that commit's description as well... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@

[BUGFIX PATCH] ARM: OMAP: fix type of return values in omap_device_get_by_hwmod_name()

2013-03-21 Thread Lothar Waßmann
The merge bda5e141fbe96295c669692114d18687730269fb erroneously changed the return value of some error exits of omap_device_get_by_hwmod_name() from ERR_PTR() to -ENODEV. This fixes the warnings: arch/arm/mach-omap2/omap_device.c: In function 'omap_device_get_by_hwmod_name': arch/arm/mach-omap2/oma