projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57903f
)
lightnvm: pblk: fix message if L2P MAP is in device
author
Rakesh Pandit
<
[email protected]
>
Fri, 13 Oct 2017 12:45:57 +0000
(14:45 +0200)
committer
Jens Axboe
<
[email protected]
>
Fri, 13 Oct 2017 14:34:57 +0000
(08:34 -0600)
This usually happens if we are developing with qemu and ll2pmode has
default value. Improve description.
Signed-off-by: Rakesh Pandit <
[email protected]
>
Reviewed-by: Javier González <
[email protected]
>
Signed-off-by: Matias Bjørling <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
drivers/lightnvm/pblk-init.c
patch
|
blob
|
history
diff --git
a/drivers/lightnvm/pblk-init.c
b/drivers/lightnvm/pblk-init.c
index 05665a7e648ca6edaf4a30be88de383a3fd6938c..8c85779e9635e489262f919ea7f61d9152d2e495 100644
(file)
--- a/
drivers/lightnvm/pblk-init.c
+++ b/
drivers/lightnvm/pblk-init.c
@@
-914,7
+914,7
@@
static void *pblk_init(struct nvm_tgt_dev *dev, struct gendisk *tdisk,
int ret;
if (dev->identity.dom & NVM_RSP_L2P) {
- pr_err("pblk:
device
-side L2P table not supported. (%x)\n",
+ pr_err("pblk:
host
-side L2P table not supported. (%x)\n",
dev->identity.dom);
return ERR_PTR(-EINVAL);
}