1
0
Files
linux/drivers/usb/host
Chunfeng Yun 08048c04cc usb: host: xhci-plat: get optional clock by devm_clk_get_optional()
When the driver tries to get optional clock, it ignores all errors except
-EPROBE_DEFER, but if only ignores -ENOENT, it will cover some real errors,
such as -ENOMEM, so use devm_clk_get_optional() to get optional clock.

Cc: Mathias Nyman <mathias.nyman@intel.com>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-04-19 14:24:25 +02:00
..
2019-01-22 09:08:17 +01:00
2018-06-12 16:19:22 -07:00
2019-04-01 07:42:04 +02:00
2017-12-12 13:16:07 +01:00
2019-01-18 09:58:04 +01:00