diff options
author | Roland Dreier <rolandd@cisco.com> | 2007-06-12 10:52:02 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-06-12 10:52:02 -0700 |
commit | 42c059ea2b0aac5f961253ba81c1b464d181a600 (patch) | |
tree | 44784011ab1fde7212855b07d97926bd6d2a2cae /lib/audit.c | |
parent | 614c3c85b5b4c3776439d464939c123cce679dee (diff) |
IB/mlx4: Fix warning in rounding up queue sizes
Doing max(1, foo) where foo is u32 generates a warning, because 1 is a
signed constant. Fix this by using 1U instead.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'lib/audit.c')
0 files changed, 0 insertions, 0 deletions