aboutsummaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorJohan Hovold <[email protected]>2017-07-09 13:08:58 +0200
committerSamuel Ortiz <[email protected]>2017-11-06 00:53:39 +0100
commitc45e3e4c5b134b081e8af362109905427967eb19 (patch)
tree9083a8a1eaac8c1f6c9b4debc3db3a67deb5291d /scripts/const_structs.checkpatch
parent2798b80b385384d51a81832556ee9ad25d175f9b (diff)
NFC: fix device-allocation error return
A recent change fixing NFC device allocation itself introduced an error-handling bug by returning an error pointer in case device-id allocation failed. This is clearly broken as the callers still expected NULL to be returned on errors as detected by Dan's static checker. Fix this up by returning NULL in the event that we've run out of memory when allocating a new device id. Note that the offending commit is marked for stable (3.8) so this fix needs to be backported along with it. Fixes: 20777bc57c34 ("NFC: fix broken device allocation") Cc: stable <[email protected]> # 3.8 Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions