usb: host: ehci-mxc: Remove dev_info on probe
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 20 Feb 2013 19:52:26 +0000 (16:52 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:24:56 +0000 (11:24 -0700)
commitf1bffc8ca61853dad54da592aadfd28882c00a9e
tree1fb8bb5e668f945cf080642d28208800262b98ca
parent9143b771f1ec2d677e536cdcdb732ef96d649d21
usb: host: ehci-mxc: Remove dev_info on probe

It is not very useful to indicate the the driver is about to be probed.

Quoting Alan Stern [1]:

"Plenty of drivers don't include any message like this at all.  You
might as well get rid of it entirely."

Remove such dev_info().

[1] http://marc.info/?l=linux-usb&m=136138896132433&w=2

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-mxc.c