commit | 4e2c341b863e5bb680a49d5f006d7b75cf93bc93 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Wed Jun 04 10:19:13 2014 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Wed Jun 04 10:19:13 2014 -0700 |
tree | fb806f3ba4adce2a6ec5a9f804d3b8002c2a9c78 | |
parent | 40f2287bd583f4df4c602c1a29a48df2730fb6d4 [diff] |
mlx4_core: Fix GFP flags parameters to be gfp_t Otherwise sparse gives a bunch of warnings like drivers/net/ethernet/mellanox/mlx4/srq.c:110:66: sparse: incorrect type in argument 4 (different base types) drivers/net/ethernet/mellanox/mlx4/srq.c:110:66: expected int [signed] gfp drivers/net/ethernet/mellanox/mlx4/srq.c:110:66: got restricted gfp_t Signed-off-by: Roland Dreier <roland@purestorage.com>