Revision 6babfc6e6fab068018c36e8f6605184b8c0b349d authored by Jiasheng Jiang on 08 March 2022, 06:40:07 UTC, committed by David S. Miller on 09 March 2022, 12:12:46 UTC
As the potential failure of the clk_enable(),
it should be better to check it and return error
if fails.

Fixes: 8a2c9a5ab4b9 ("net: ethernet: ti: cpts: rework initialization/deinitialization")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 030141b
History
File Mode Size
Kconfig -rw-r--r-- 7.1 KB
Makefile -rw-r--r-- 1.3 KB
abp060mg.c -rw-r--r-- 7.8 KB
bmp280-core.c -rw-r--r-- 28.2 KB
bmp280-i2c.c -rw-r--r-- 1.8 KB
bmp280-regmap.c -rw-r--r-- 1.7 KB
bmp280-spi.c -rw-r--r-- 2.9 KB
bmp280.h -rw-r--r-- 3.9 KB
cros_ec_baro.c -rw-r--r-- 5.2 KB
dlhl60d.c -rw-r--r-- 7.8 KB
dps310.c -rw-r--r-- 17.7 KB
hid-sensor-press.c -rw-r--r-- 9.5 KB
hp03.c -rw-r--r-- 6.9 KB
hp206c.c -rw-r--r-- 9.9 KB
icp10100.c -rw-r--r-- 15.8 KB
mpl115.c -rw-r--r-- 4.3 KB
mpl115.h -rw-r--r-- 487 bytes
mpl115_i2c.c -rw-r--r-- 1.5 KB
mpl115_spi.c -rw-r--r-- 2.2 KB
mpl3115.c -rw-r--r-- 8.2 KB
ms5611.h -rw-r--r-- 1.4 KB
ms5611_core.c -rw-r--r-- 10.8 KB
ms5611_i2c.c -rw-r--r-- 3.1 KB
ms5611_spi.c -rw-r--r-- 3.1 KB
ms5637.c -rw-r--r-- 6.4 KB
st_pressure.h -rw-r--r-- 1.3 KB
st_pressure_buffer.c -rw-r--r-- 1.3 KB
st_pressure_core.c -rw-r--r-- 17.8 KB
st_pressure_i2c.c -rw-r--r-- 2.9 KB
st_pressure_spi.c -rw-r--r-- 2.8 KB
t5403.c -rw-r--r-- 6.2 KB
zpa2326.c -rw-r--r-- 47.4 KB
zpa2326.h -rw-r--r-- 2.8 KB
zpa2326_i2c.c -rw-r--r-- 2.3 KB
zpa2326_spi.c -rw-r--r-- 2.4 KB

back to top