aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/syscall.c
diff options
context:
space:
mode:
authorAndrew Morton <[email protected]>2009-01-15 20:43:56 -0800
committerRoland Dreier <[email protected]>2009-01-15 20:43:56 -0800
commitd3b924d960a808105180d229b4667061123cc4ef (patch)
tree737d89283ddb511110d6b651a8d01c8cae704a94 /drivers/pci/syscall.c
parente0b325d310a6b11f1538413fd557d2eb98f2fae5 (diff)
mlx4_core: Fix min() warning
Fix drivers/net/mlx4/profile.c: In function `mlx4_make_profile': drivers/net/mlx4/profile.c:110: warning: comparison of distinct pointer types lacks a cast This happened because num_possible_cpus() was secretly changed by commit ae7a47e7 ("cpumask: make cpumask.h eat its own dogfood.") from returning "int" to (now) returning "unsigned int". I think that was a good change, so we should just swallow the fallout. Cc: "David S. Miller" <[email protected]> Cc: Roland Dreier <[email protected]> Cc: Yevgeny Petrilin <[email protected]> Cc: Jack Morgenstein <[email protected]> Cc: Vladimir Sokolovsky <[email protected]> Cc: Michael S. Tsirkin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'drivers/pci/syscall.c')
0 files changed, 0 insertions, 0 deletions