commit | e4df92279fd9e01532f65e5ba397877799ed6252 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Aug 10 16:23:12 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 14 16:57:43 2015 -0700 |
tree | b4272d512aafde8160cee6284b28ea8cf7c90f36 | |
parent | bd73bfcd44c0bdcf6efa238e5b21bdbf0778d6ce [diff] |
USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probe ohci_hcd_at91_drv_probe() has four at91_for_each_port. They can be merged into two loops without changing the driver behaviour. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>