]> git.baikalelectronics.ru Git - kernel.git/commit
tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nr
authorGabor Juhos <juhosg@openwrt.org>
Wed, 28 Aug 2013 12:21:10 +0000 (14:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 23:00:42 +0000 (16:00 -0700)
commitc5a5a72885e9db7b89ff04374546cc3229aabcbf
treed585dbe6630ff6e3d0969b85a474c47a71a4f7ba
parent2a9952845155c785eb749892c0b4d6c131fe760d
tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nr

The 'nr' field of the 'ar933x_uart_driver' structure
is already initialized with the same value in the static
declaration. Remove the superfluous assignment in the
module init routine.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/ar933x_uart.c