diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2009-01-06 17:40:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:11 -0500 |
commit | 40bc1f2dbc29ab88176a650e51f2246526105093 (patch) | |
tree | 0c9fd0f1a3430118214b06acfdb61bb80bb4fa7d /sound/sh | |
parent | 60348802e9cb137ee86590c3e4c57c1ec2e8fc69 (diff) |
lib: fix sparse shadowed variable warning
pos is always set before being used, no need to declare a
second one inside the if() block.
lib/prio_heap.c:34:7: warning: symbol 'pos' shadows an earlier one
lib/prio_heap.c:30:6: originally declared here
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/sh')
0 files changed, 0 insertions, 0 deletions