Re: [PATCH] phy: ti/omap: Fix modalias

2015-03-09 Thread Roger Quadros
On 06/03/15 18:01, Axel Lin wrote: > Remove extra space in MODULE_ALIAS. > > Signed-off-by: Axel Lin good catch! Acked-by: Roger Quadros cheers, -roger > --- > drivers/phy/phy-omap-control.c | 2 +- > drivers/phy/phy-omap-usb2.c| 2 +- > drivers/phy/phy-ti-pipe3.c | 2 +- > 3 files

[PATCH] phy: ti/omap: Fix modalias

2015-03-06 Thread Axel Lin
Remove extra space in MODULE_ALIAS. Signed-off-by: Axel Lin --- drivers/phy/phy-omap-control.c | 2 +- drivers/phy/phy-omap-usb2.c| 2 +- drivers/phy/phy-ti-pipe3.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/phy/phy-omap-control.c b/drivers/phy/phy-oma