]> git.baikalelectronics.ru Git - kernel.git/commit
i40iw: Remove checks for more than 48 bytes inline data
authorHenry Orosco <henry.orosco@intel.com>
Thu, 10 Nov 2016 03:32:03 +0000 (21:32 -0600)
committerDoug Ledford <dledford@redhat.com>
Mon, 5 Dec 2016 21:09:36 +0000 (16:09 -0500)
commit88183ff23cc3350dc1856338e485a1bccb146485
treea5a5a0528460c0990290705281ddb97666dfb33d
parent2c68bb5ce17caf9ce3223ab0b707319a1efe1481
i40iw: Remove checks for more than 48 bytes inline data

Remove dead code, which isn't executed because we
return error if the data size is greater than 48 bytes.

Inline data size greater than 48 bytes isn't supported
and the maximum WQE size is 64 bytes.

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: Henry Orosco <henry.orosco@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/i40iw/i40iw_uk.c