linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] lightnvm: Fix unused variable warning
@ 2019-08-09  9:18 Shaokun Zhang
  2019-08-09 10:38 ` Marcos Paulo de Souza
  0 siblings, 1 reply; 2+ messages in thread
From: Shaokun Zhang @ 2019-08-09  9:18 UTC (permalink / raw)
  To: linux-block; +Cc: Shaokun Zhang, Matias Bjorling, Jens Axboe

MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

drivers/lightnvm/pblk-read.c: In function ‘pblk_submit_read_gc’:
drivers/lightnvm/pblk-read.c:421:18: warning: unused variable ‘geo’ [-Wunused-variable]
  struct nvm_geo *geo = &dev->geo;
                  ^
Fixes: ba6f7da99aaf ("lightnvm: remove set but not used variables 'data_len' and 'rq_len'")
Cc: Matias Bjorling <mb@lightnvm.io>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/lightnvm/pblk-read.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/lightnvm/pblk-read.c b/drivers/lightnvm/pblk-read.c
index 0cdc48f9cfbf..8efd14e683dc 100644
--- a/drivers/lightnvm/pblk-read.c
+++ b/drivers/lightnvm/pblk-read.c
@@ -417,8 +417,6 @@ static int read_rq_gc(struct pblk *pblk, struct nvm_rq *rqd,
 
 int pblk_submit_read_gc(struct pblk *pblk, struct pblk_gc_rq *gc_rq)
 {
-	struct nvm_tgt_dev *dev = pblk->dev;
-	struct nvm_geo *geo = &dev->geo;
 	struct nvm_rq rqd;
 	int ret = NVM_IO_OK;
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-09 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09  9:18 [PATCH -next] lightnvm: Fix unused variable warning Shaokun Zhang
2019-08-09 10:38 ` Marcos Paulo de Souza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).