]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pch_uart: Set PCIe bus number using probe parameter
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Wed, 20 Jul 2011 11:17:49 +0000 (20:17 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 Apr 2012 23:21:43 +0000 (16:21 -0700)
commit9e2c07dbbbc2d24dae3a33c75d1c8ac41c5a6bd2
treecb5cdd483f944d8ea14ac24acca376b00069cfb6
parent8f05e5d5085e41937dd465606c56fcbb9e382e1b
pch_uart: Set PCIe bus number using probe parameter

commit 6c4b47d243112e98811ce0da7bbb32cc3857dd1a upstream.

Currently, PCIe bus number is set as fixed value "2".
However, PCIe bus number is not always "2".
This patch sets bus number using probe() parameter.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pch_uart.c