commit | 94c3f6c6b804c85c91aae0494c205ec7c81ce8d1 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Oct 17 13:28:55 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 12:47:00 2019 +0100 |
tree | 4a3c0671d14453f6b9e7d6c91e56cd39d20bcd24 | |
parent | bc80230e0e7bc779cd553c2326ea5b3a5bac303b [diff] |
btrfs: tracepoints: drop typecasts from printk Remove typecasts from trace printk, adjust types and move typecast to the assignment if necessary. When assigning, the types are more obvious compared to matching the variables to the format strings. Signed-off-by: David Sterba <dsterba@suse.com>