Christophe JAILLET
7f98960c04
i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'
...
A successful 'clk_prepare()' call should be balanced by a corresponding
'clk_unprepare()' call in the error handling path of the probe, as already
done in the remove function.
More specifically, 'clk_prepare_enable()' is used, but 'clk_disable()' is
also already called. So just the unprepare step has still to be done.
Update the error handling path accordingly.
Fixes: 75d31c2372e4 ("i2c: xlr: add support for Sigma Designs controller variant")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
2021-10-29 22:04:35 +02:00
..
2021-09-27 11:40:43 -07:00
2021-09-14 09:02:13 +02:00
2021-09-03 08:06:02 -06:00
2021-10-03 11:10:09 -07:00
2021-09-01 08:44:42 -07:00
2021-09-29 20:31:41 -06:00
2021-08-19 17:08:31 +02:00
2021-10-06 08:01:13 +03:00
2021-09-12 11:44:58 -07:00
2021-09-11 10:05:56 -07:00
2021-09-03 11:11:54 -07:00
2021-09-21 17:53:54 +02:00
2021-09-17 12:05:04 -07:00
2021-09-07 12:38:59 -07:00
2021-09-24 15:58:41 +08:00
2021-09-09 11:48:27 -07:00
2021-09-09 11:39:57 -07:00
2021-09-08 11:50:26 -07:00
2021-09-09 11:07:47 -07:00
2021-09-07 12:42:21 +05:30
2021-09-16 11:00:12 +02:00
2021-09-11 09:47:33 -07:00
2021-10-08 11:57:54 -07:00
2021-09-16 15:20:55 -07:00
2021-09-30 12:11:35 -07:00
2021-10-08 11:57:54 -07:00
2021-09-27 10:00:43 +02:00
2021-09-15 17:18:56 -07:00
2021-10-02 05:14:11 -07:00
2021-09-14 09:03:16 +02:00
2021-10-29 22:04:35 +02:00
2021-09-08 12:55:35 -07:00
2021-09-27 14:49:49 -03:00
2021-09-11 09:08:28 -07:00
2021-09-13 15:49:55 +03:00
2021-10-08 11:57:54 -07:00
2021-09-27 17:38:49 +02:00
2021-09-22 14:44:25 +01:00
2021-09-03 15:33:47 -07:00
2021-08-20 11:00:08 +02:00
2021-09-14 13:23:22 -07:00
2021-08-31 22:57:45 -05:00
2021-09-14 11:22:26 +02:00
2021-09-22 08:45:58 -07:00
2021-10-08 11:57:54 -07:00
2021-09-01 08:44:42 -07:00
2021-09-07 12:38:59 -07:00
2021-09-21 16:17:15 +02:00
2021-10-08 11:57:54 -07:00
2021-09-08 12:55:35 -07:00
2021-10-08 11:57:54 -07:00
2021-09-23 12:53:06 +01:00
2021-09-07 13:05:02 -07:00
2021-09-27 11:40:43 -07:00
2021-09-27 10:02:07 -06:00
2021-09-21 17:38:37 +02:00
2021-10-06 11:12:28 +02:00
2021-08-30 19:25:42 +02:00
2021-09-09 12:44:31 +02:00
2021-09-02 13:16:00 -07:00
2021-10-08 16:46:09 -07:00
2021-09-20 12:43:34 +01:00
2021-09-08 12:55:35 -07:00
2021-10-08 11:57:54 -07:00
2021-09-21 15:49:23 +02:00
2021-08-30 11:47:32 -07:00
2021-08-25 20:12:16 +02:00
2021-10-07 09:50:31 -07:00
2021-09-02 22:27:46 +02:00
2021-09-17 13:16:38 +01:00
2021-09-01 15:25:28 -07:00
2021-09-14 10:20:19 +02:00
2021-10-01 14:45:23 -07:00
2021-10-04 23:40:11 -04:00
2021-09-01 08:44:42 -07:00
2021-10-07 21:13:57 +02:00
2021-09-01 10:29:29 -07:00
2021-09-22 11:58:24 -07:00
2021-10-04 09:53:40 -07:00
2021-09-22 00:17:29 -04:00
2021-09-14 07:54:56 +02:00
2021-09-21 15:17:11 +02:00
2021-09-06 12:27:03 -07:00
2021-10-08 12:55:23 -07:00
2021-10-08 10:16:01 -07:00
2021-09-14 18:10:43 -04:00
2021-09-23 14:12:36 -06:00
2021-09-28 07:27:29 -07:00
2021-10-06 11:12:28 +02:00
2021-09-14 18:09:57 -04:00
2021-09-27 11:57:19 -07:00
2021-10-08 12:55:23 -07:00
2021-10-07 16:51:26 +02:00