USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driver
authorEmil Goode <emilgoode@gmail.com>
Sun, 16 Jun 2013 11:46:38 +0000 (13:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 20:56:25 +0000 (13:56 -0700)
commita3b0f9b9c0dae1ffd6d0d8e6349217ae0d6b0994
tree1634b30989ae754e4bed8c36203aa2c72351f771
parent4e5c9e6fa2d232a0686d5fe45cd1508484048936
USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driver

This patch removes a double assignment of .start in struct hc_driver
ehci_msp_hc_driver and also makes the code look more tidy.

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-pmcmsp.c