aboutsummaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2012-09-17 10:12:00 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-09-26 15:45:26 +0200
commit72abaadf25f2bc6098740622e4ed526775b197f9 (patch)
tree8735955aa7e1ae8b178aee40a93cd4b754a5bf2d /mm
parentb1d6b40cbd0d6ff475b6a0a7a807a1e3bee7c033 (diff)
drivers/s390/char/monreader.c: fix error return code
Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0 ) ... when != ret = e1 when != &ret *if(...) { ... when != ret = e2 when forall return ret; } // </smpl> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions