Searched hist:"01 b76c32e3f30d54ab8ec1efeed3c6ecef7f6027" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/misc/ |
H A D | fastrpc.c | diff 01b76c32e3f30d54ab8ec1efeed3c6ecef7f6027 Thu Mar 28 02:47:37 CDT 2019 Bo YU <tsu.yubo@gmail.com> misc: fastrpc: add checked value for dma_set_mask
There be should check return value from dma_set_mask to throw some info if fail to set dma mask.
Detected by CoverityScan, CID# 1443983: Error handling issues (CHECKED_RETURN)
Fixes: f6f9279f2bf0 ("misc: fastrpc: Add Qualcomm fastrpc basic driver model") Signed-off-by: Bo YU <tsu.yubo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|