Hi,

On Mon, Apr 14, 2014 at 01:46:16PM +0200, Robert Baldyga wrote:
>       dev_info(&pdev->dev,
> -              "OMAP USB OTG controller rev %d.%d (%s, id=%d, vbus=%d)\n",
> -              (rev >> 4) & 0xf, rev & 0xf, config->extcon, otg_dev->id,
> +              "OMAP USB OTG controller rev %d.%d (id=%d, vbus=%d)\n",
> +              (rev >> 4) & 0xf, rev & 0xf, otg_dev->id,
>                otg_dev->vbus);

This change is unrelated to the patch and not needed.

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

Reply via email to