Tom Rix
3e740e7637
hwmon: (applesmc) check status earlier.
...
[ Upstream commit cecf7560f00a8419396a2ed0f6e5d245ccb4feac ]
clang static analysis reports this representative problem
applesmc.c:758:10: warning: 1st function call argument is an
uninitialized value
left = be16_to_cpu(*(__be16 *)(buffer + 6)) >> 2;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
buffer is filled by the earlier call
ret = applesmc_read_key(LIGHT_SENSOR_LEFT_KEY, ...
This problem is reported because a goto skips the status check.
Other similar problems use data from applesmc_read_key before checking
the status. So move the checks to before the use.
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Henrik Rydberg <rydberg@bitmath.org>
Link: https://lore.kernel.org/r/20200820131932.10590-1-trix@redhat.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-09-09 19:03:06 +02:00
..
2020-02-28 16:35:54 +01:00
2020-07-09 09:36:31 +02:00
2016-06-27 18:58:03 -07:00
2017-04-02 07:01:53 -07:00
2017-08-13 08:24:38 -07:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-08-13 08:24:38 -07:00
2017-04-02 07:01:53 -07:00
2016-06-27 18:58:03 -07:00
2017-01-02 10:19:45 -08:00
2017-11-02 11:10:55 +01:00
2017-01-02 10:19:45 -08:00
2020-03-11 18:03:08 +01:00
2017-01-02 10:19:45 -08:00
2020-01-29 15:02:37 +01:00
2016-12-02 13:28:04 -08:00
2020-09-09 19:03:06 +02:00
2017-01-02 10:19:45 -08:00
2017-08-30 06:31:49 -07:00
2020-07-29 07:42:55 +02:00
2017-03-23 12:01:57 -07:00
2017-01-02 10:19:45 -08:00
2018-02-22 15:42:24 +01:00
2020-05-20 08:17:09 +02:00
2017-09-14 11:59:30 +02:00
2017-01-10 08:57:55 -08:00
2017-06-11 17:08:19 -07:00
2017-01-02 10:19:45 -08:00
2016-12-12 11:33:44 -08:00
2020-07-22 09:22:28 +02:00
2019-05-31 06:47:27 -07:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-08-29 17:44:23 -07:00
2017-01-02 10:19:45 -08:00
2017-02-27 18:43:47 -08:00
2017-01-10 08:58:36 -08:00
2017-01-10 08:59:35 -08:00
2017-01-02 10:19:45 -08:00
2018-02-22 15:42:24 +01:00
2020-01-29 15:02:37 +01:00
2017-08-13 08:24:38 -07:00
2017-01-02 10:19:45 -08:00
2018-11-27 16:10:48 +01:00
2016-09-08 21:34:17 -07:00
2018-12-17 09:28:48 +01:00
2017-04-21 12:30:09 -07:00
2019-11-24 08:23:31 +01:00
2017-08-13 08:24:38 -07:00
2020-05-02 17:24:45 +02:00
2017-01-02 10:19:45 -08:00
2018-02-22 15:42:24 +01:00
2018-02-22 15:42:24 +01:00
2017-09-01 07:24:14 -07:00
2017-04-02 07:01:53 -07:00
2017-01-21 12:26:38 -08:00
2020-01-27 14:46:44 +01:00
2017-01-02 10:19:45 -08:00
2019-02-23 09:06:42 +01:00
2017-01-02 10:19:45 -08:00
2017-04-02 07:01:53 -07:00
2017-04-13 06:09:26 -07:00
2017-04-02 07:01:53 -07:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2016-09-13 07:28:01 -07:00
2017-04-02 07:01:53 -07:00
2016-03-05 06:25:34 -08:00
2017-01-21 08:57:41 -08:00
2017-06-11 17:08:19 -07:00
2017-09-01 07:24:14 -07:00
2017-11-02 11:10:55 +01:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-06-11 17:08:19 -07:00
2017-01-02 10:19:45 -08:00
2020-07-09 09:36:31 +02:00
2016-04-19 06:32:34 -07:00
2017-03-22 00:18:20 -07:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2019-08-16 10:13:51 +02:00
2020-01-29 15:02:38 +01:00
2016-09-08 21:34:18 -07:00
2017-01-02 10:19:45 -08:00
2016-09-08 21:34:15 -07:00
2017-01-02 10:19:45 -08:00
2019-05-31 06:47:27 -07:00
2017-01-02 10:19:45 -08:00
2019-11-24 08:23:31 +01:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2016-04-25 07:26:29 -07:00
2017-08-13 08:24:38 -07:00
2016-07-31 14:56:36 -07:00
2017-02-16 06:49:05 -08:00
2017-01-02 10:19:45 -08:00
2020-01-27 14:46:46 +01:00
2017-01-02 10:19:45 -08:00
2019-05-31 06:47:27 -07:00
2019-05-31 06:47:27 -07:00
2017-01-02 10:19:45 -08:00
2017-08-13 08:24:08 -07:00
2016-12-02 13:28:05 -08:00
2017-10-24 06:17:14 -07:00
2017-04-24 06:30:41 -07:00
2016-12-09 21:54:25 -08:00
2017-01-10 09:01:32 -08:00
2019-02-27 10:08:05 +01:00
2016-03-05 06:25:33 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2019-05-31 06:47:27 -07:00
2017-01-02 10:19:45 -08:00
2017-04-02 07:01:53 -07:00
2020-01-27 14:46:29 +01:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2018-12-17 09:28:49 +01:00
2017-10-01 08:46:54 -07:00