sc16is7xx: enable the clock
authorJakub Kicinski <kubakici@wp.pl>
Mon, 16 Mar 2015 23:28:49 +0000 (00:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 21:38:36 +0000 (22:38 +0100)
commit0814e8d5da2b6f25088fe28d5e23f511d8441883
tree31f703cce2374cbb4e149e6620c1c3c5d69ad97b
parent9764e7a0f63bda5664cb985f992002c6eccef641
sc16is7xx: enable the clock

Although clk_disable_unprepare() is called both on .remove()
and in .probe() error path, the clock is never actually enabled.

Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: Jon Ringle <jringle@gridpoint.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sc16is7xx.c