mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
pps_register_source() has keeps error codes in a local variable, but it does not make use of the code. This patch let it return the errcode in case of failure. Suggested-by: Richard Cochran <[email protected]> Signed-off-by: YueHaibing <[email protected]> Acked-by: Rodolfo Giometti <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>