aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/mspro_block.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-05-14 10:24:34 +0200
committerJens Axboe <axboe@kernel.dk>2018-05-14 08:31:06 -0600
commit058147bc9435b07c573ce50e9e02b18eaae9b4ea (patch)
tree51a468218c2b4fa11dfc733484ebb77733e9a91c /drivers/memstick/core/mspro_block.c
parentps3disk: handle highmem pages (diff)
downloadlinux-dev-058147bc9435b07c573ce50e9e02b18eaae9b4ea.tar.xz
linux-dev-058147bc9435b07c573ce50e9e02b18eaae9b4ea.zip
memstick: remove unused variables
Fixes: 7c2d748e8476 ("memstick: don't call blk_queue_bounce_limit") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
-rw-r--r--drivers/memstick/core/mspro_block.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memstick/core/mspro_block.c b/drivers/memstick/core/mspro_block.c
index a2fadc605750..5ee932631fae 100644
--- a/drivers/memstick/core/mspro_block.c
+++ b/drivers/memstick/core/mspro_block.c
@@ -1170,7 +1170,6 @@ static int mspro_block_init_card(struct memstick_dev *card)
static int mspro_block_init_disk(struct memstick_dev *card)
{
struct mspro_block_data *msb = memstick_get_drvdata(card);
- struct memstick_host *host = card->host;
struct mspro_devinfo *dev_info = NULL;
struct mspro_sys_info *sys_info = NULL;
struct mspro_sys_attr *s_attr = NULL;