diff options
author | Silva Paulo <psdasilva@yahoo.com> | 2012-07-15 00:39:58 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-15 00:39:58 +0200 |
commit | 68d740d79c4977a1a2197c6e68c618c8320c8ace (patch) | |
tree | 4903c072a0a4ea06fc52a744b431ba3427e8b8f1 /Makefile | |
parent | Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... (diff) | |
download | linux-68d740d79c4977a1a2197c6e68c618c8320c8ace.tar.xz linux-68d740d79c4977a1a2197c6e68c618c8320c8ace.zip |
blk: fix wrong idr_pre_get() error check in loop.c
The idr_pre_get() function never returns a value < 0. It returns 0 (no
memory) or 1 (OK).
Reported-by: Silva Paulo <psdasilva@yahoo.com>
[ Rewrote Silva's patch, but attributing it to Silva anyway - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions