rsxx: Convert to new IDA API
authorMatthew Wilcox <willy@infradead.org>
Mon, 11 Jun 2018 19:46:46 +0000 (15:46 -0400)
committerMatthew Wilcox <willy@infradead.org>
Wed, 22 Aug 2018 03:54:18 +0000 (23:54 -0400)
commit37ae133c2e079d50d6198a4a230732e5016676de
treee843b462c3fe4740ee652ef44963a5af5bc2e8c3
parent5963e78d0cb6d5950cb22c1c0a9a31067483933d
rsxx: Convert to new IDA API

Eliminate the custom spinlock and the call to ida_pre_get.
Also add a call to ida_free() in the card remove routine, which I believe
fixes a bug in this driver.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
drivers/block/rsxx/core.c