Skip to content

Commit

Permalink
lightnvm: pblk: remove unused variable.
Browse files Browse the repository at this point in the history
Removed unused struct ppa_addr variable.

Signed-off-by: Javier González <[email protected]>
Signed-off-by: Matias Bjørling <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
javigon authored and axboe committed Oct 9, 2018
1 parent 2e696f9 commit 7a7d6f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/lightnvm/pblk.h
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,6 @@ static inline int pblk_check_io(struct pblk *pblk, struct nvm_rq *rqd)

if (rqd->opcode == NVM_OP_PWRITE) {
struct pblk_line *line;
struct ppa_addr ppa;
int i;

for (i = 0; i < rqd->nr_ppas; i++) {
Expand Down

0 comments on commit 7a7d6f9

Please sign in to comment.