diff options
author | 2013-05-16 11:11:08 +0300 | |
---|---|---|
committer | 2013-05-29 15:36:22 +0200 | |
commit | 104529661b645295903c5007ae632d2dd4029254 (patch) | |
tree | ab4242f743136c1545ce1b336311c5c656ce4274 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 3.10-rc1 (diff) | |
download | linux-dev-104529661b645295903c5007ae632d2dd4029254.tar.xz linux-dev-104529661b645295903c5007ae632d2dd4029254.zip |
pktcdvd: silence static checker warning
Static checkers complain about widening the binary "not" operations here
because sectors are u64 and "(pd)->settings.size" is unsigned int.
It unintentionally clears the high 32 bits of the sector. This means
that the driver won't work for devices with over 2TB of space. Since
this is a DVD drive, we're unlikely to reach that limit, but we may as
well silence the warning.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions