]> git.baikalelectronics.ru Git - kernel.git/commit
IB/netlink: Remove superfluous RDMA_NL_GET_OP() masking
authorMathias Krause <minipli@googlemail.com>
Mon, 30 Sep 2013 20:03:54 +0000 (22:03 +0200)
committerRoland Dreier <roland@purestorage.com>
Fri, 8 Nov 2013 22:42:54 +0000 (14:42 -0800)
commit9348bddd4918854b7c1d9329bccde718c2626a9c
tree56ccd8a22c3442bc5234d7386b179dcea4c634ad
parent9a41e09a3c99762d7d45e29b56488aa70d6f21cf
IB/netlink: Remove superfluous RDMA_NL_GET_OP() masking

'op' is the already RDMA_NL_GET_OP() masked 'type'.  No need to mask it again.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Reviewed-by: Yann Droneaud <ydroneaud@opteya.com>
Acked-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/netlink.c