IB/iser: Remove an unneeded print for unaligned memory
authorSagi Grimberg <sagig@mellanox.com>
Thu, 6 Aug 2015 15:32:52 +0000 (18:32 +0300)
committerDoug Ledford <dledford@redhat.com>
Sun, 30 Aug 2015 22:12:28 +0000 (18:12 -0400)
commitea18f5d7777dc4fa9c18c4919281301cf4fd921a
tree292429b9c63552ff1bb1adba43e29b5ca059430d
parentb9abd8d21d3a04903aefcb7742efe3390f2fac57
IB/iser: Remove an unneeded print for unaligned memory

We can do it in iser_aligned_data_len instead and
it will save us an argument that is passed to
fall_to_counce_buf just for the print.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/iser/iser_memory.c