From: Gabor Juhos Date: Wed, 28 Aug 2013 12:21:10 +0000 (+0200) Subject: tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nr X-Git-Tag: v3.12-rc1~182^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0710e5626f524a26fe5992adb91a6289b2139928;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed