cxgb4: use kvfree() in t4_free_mem()
authorPekka Enberg <[email protected]>
Tue, 30 Jun 2015 21:59:12 +0000 (14:59 -0700)
committerLinus Torvalds <[email protected]>
Wed, 1 Jul 2015 02:44:59 +0000 (19:44 -0700)
commitd2fcb5486af754c990f9a11f91195e28ffd4c735
tree0cd4386d744a64bde246dc105a7718bdf0034345
parent68c61b93e89fef36a36086c4e686fe413d2caab7
cxgb4: use kvfree() in t4_free_mem()

Use kvfree() instead of open-coding it.

Signed-off-by: Pekka Enberg <[email protected]>
Cc: Hariprasad S <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c