commit | 605cdf0875f80300be47e79bd91b2d60916407d3 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Mon Feb 06 23:00:13 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Feb 07 16:17:16 2017 -0700 |
tree | 420d97001cf1e8bbf6a1ec283c7c05c5d54d57e5 | |
parent | 8c87fe722053658467bcc9e5ea82051ce3d3a693 [diff] |
gdrom: Add missing error code In case of error, 'err' is known to be 0 here, because of the previous test. Set it to a -ENOMEM instead. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>