aboutsummaryrefslogtreecommitdiff
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2017-05-10 22:40:06 +0300
committerRafael J. Wysocki <[email protected]>2017-05-14 13:30:05 +0200
commit216c4e9db4c9d1d2a382b42880442dc632cd47d9 (patch)
tree68c8fc3ef185f9da03feacfec23c79b314c58650 /net/switchdev/switchdev.c
parent4486740da2e1cb307f58e0e62f94c92ec7c101a1 (diff)
PowerCap: Fix an error code in powercap_register_zone()
In the current code we accidentally return the successful result from idr_alloc() instead of a negative error pointer. The caller is looking for an error pointer and so it treats the returned value as a valid pointer. This one might be a bit serious because if it lets people get around the kernel's protection for remapping NULL. I'm not sure. Fixes: 75d2364ea0ca (PowerCap: Add class driver) Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions