Loading drivers/lightnvm/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -325,7 +325,7 @@ static void nvm_end_io_sync(struct nvm_rq *rqd) complete(waiting); } int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode, static int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode, int flags, void *buf, int len) { DECLARE_COMPLETION_ONSTACK(wait); Loading Loading
drivers/lightnvm/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -325,7 +325,7 @@ static void nvm_end_io_sync(struct nvm_rq *rqd) complete(waiting); } int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode, static int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode, int flags, void *buf, int len) { DECLARE_COMPLETION_ONSTACK(wait); Loading