Home
last modified time | relevance | path

Searched hist:"29 ddae2a40883640941932f73eb3d15535c3f4a2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/misc/
H A Dpch_phub.cdiff 29ddae2a40883640941932f73eb3d15535c3f4a2 Tue Jun 04 09:44:27 CDT 2013 Wei Yongjun <yongjun_wei@trendmicro.com.cn> pch_phub: fix error return code in pch_phub_probe()

Error code had been assigned to retval in some error handling case
but never use it, 0 is always returned in those case, this patch
fix them to return a negative error code.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>