projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb6ac5
)
s390/dasd: re-prioritize partition detection message
author
Stefan Haberland
<stefan.haberland@de.ibm.com>
Wed, 16 May 2012 10:30:52 +0000
(12:30 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Wed, 16 May 2012 12:42:51 +0000
(14:42 +0200)
To avoid confusion while formatting a DASD device change the level of
the "Expected VOL1 label not found" message from warning to info.
Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
block/partitions/ibm.c
patch
|
blob
|
history
diff --git
a/block/partitions/ibm.c
b/block/partitions/ibm.c
index
d513a07
..
1104aca
100644
(file)
--- a/
block/partitions/ibm.c
+++ b/
block/partitions/ibm.c
@@
-253,7
+253,7
@@
int ibm_partition(struct parsed_partitions *state)
/* Are we not supposed to report this ? */
goto out_readerr;
} else
- printk(KERN_
WARNING "Warning, e
xpected Label VOL1 not "
+ printk(KERN_
INFO "E
xpected Label VOL1 not "
"found, treating as CDL formated Disk");
}