diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-02-01 14:57:11 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-02 15:05:06 +0300 |
commit | 7dd551e20ea2e27fc0579ad0be9e3c660e1147af (patch) | |
tree | f33cee256f9ae39738839484122424baf3e2a6cf /tools/perf/scripts/python/syscall-counts.py | |
parent | f440d909085e497540788fecc056dc39ea0471ed (diff) | |
download | linux-7dd551e20ea2e27fc0579ad0be9e3c660e1147af.tar.xz |
staging: bcm2835-audio: use | instead of || otherwise result is just boolean 1
The incorrect or operator is being used resulting in cookies being
set to 1 (true) rather than the intended hex value. Fix this by
using | instead of ||.
Issue found with static analysis with cppcheck
Fixes: 0cec463e391e05b807a ("staging: bcm2835-audio: Simplify callback structure for write data")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions