[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <550FBDDE.8060704@linux.intel.com>
Date: Mon, 23 Mar 2015 15:16:46 +0800
From: "Lu, Baolu" <baolu.lu@...ux.intel.com>
To: Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Felipe Balbi <balbi@...com>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
David Cohen <david.a.cohen@...ux.intel.com>,
Stephen Boyd <sboyd@...eaurora.org>, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCHv2 01/12] usb: add bus type for USB ULPI
On 03/18/2015 08:40 PM, Heikki Krogerus wrote:
> +
> +/**
> + * ulpi_register_driver - unregister a driver with the ULPI bus
Hi Heikki,
"ulpi_register_driver" should be changed to "ulpi_unregister_driver".
Thanks,
Baolu
> + * @drv: driver to unregister
> + *
> + * Unregisters a driver with the ULPI bus.
> + */
> +void ulpi_unregister_driver(struct ulpi_driver *drv)
> +{
> + driver_unregister(&drv->driver);
> +}
> +EXPORT_SYMBOL_GPL(ulpi_unregister_driver);
> +
--
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