]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP: UART: fix the return type of check_modem_status
authorShubhrajyoti D <shubhrajyoti@ti.com>
Mon, 21 Nov 2011 10:13:28 +0000 (15:43 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 04:10:13 +0000 (20:10 -0800)
commit852692061a80ea733d000b83325ad1d0684caf3a
tree1310fb416f7f86d0f89939eac954cf5992617c06
parentb0e60f0dc4c94d02cd2bc421bb365293cfb86934
OMAP: UART: fix the return type of check_modem_status

The function check_modem_status returns an int currently it
is stored in a char.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/omap-serial.c