]> git.baikalelectronics.ru Git - kernel.git/commit
usb: phy: twl6030-usb: signedness bug in twl6030_readb()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 8 Nov 2013 09:43:17 +0000 (01:43 -0800)
committerFelipe Balbi <balbi@ti.com>
Mon, 25 Nov 2013 21:53:43 +0000 (15:53 -0600)
commit44aa1c8bbbbe48406fa4aa29371fd73df086cb4e
tree46aaa3bdcc23659c58e97839fbac61d475373d4f
parentc45d76118035df0cffdf554bc5a0aa7142b02e7d
usb: phy: twl6030-usb: signedness bug in twl6030_readb()

"ret" needs to be signed for the error handling to work.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-twl6030-usb.c