Re: [RFC PATCH 1/3] pinctrl: imx: add pinmux imx core driver

From: Shawn Guo
Date: Tue Dec 06 2011 - 02:26:29 EST


On Sun, Dec 04, 2011 at 07:49:42PM +0800, Dong Aisheng wrote:
> +static struct platform_device_id imx_pinctrl_devtype[] = {
> + {
> + .name = "sdhci-pinctrl-imx53",
> + .driver_data = (kernel_ulong_t)&mx53_pinctrl_info,
> + }, {
> + .name = "sdhci-pinctrl-imx6q",
> + .driver_data = (kernel_ulong_t)&mx6q_pinctrl_info,
> + },
> +};

The platform_device_id table needs an empty entry to be the sentinel.

--
Regards,
Shawn

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/