IB/core: Take sizeof the correct pointer when calling kmalloc()
authorDotan Barak <dotanb@dev.mellanox.co.il>
Tue, 10 Jul 2007 13:55:57 +0000 (16:55 +0300)
committerRoland Dreier <rolandd@cisco.com>
Tue, 10 Jul 2007 18:04:40 +0000 (11:04 -0700)
When allocating out_mad in show_pma_counter(), take sizeof *out_mad
instead of sizeof *in_mad.  It is true that today the type of in_mad
and out_mad are the same, but this patch will give us a cleaner code.

Signed-off-by: Dotan Barak <dotanb@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found