diff options
author | Brian Norris <computersforpeace@gmail.com> | 2015-12-03 14:26:52 -0800 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-12-03 17:50:36 -0800 |
commit | 8c62b4e118cfa7a3c906c01d4ba2c78a5bd97531 (patch) | |
tree | cb08edad2c1ff8a97f6c6e3d3c9ee1a88887a4b5 /Documentation | |
parent | 1ddaa021b000220b5f2ad023e4f15ed44990974b (diff) |
mtd: ofpart: don't complain about missing 'partitions' node too loudly
The ofpart partition parser might be run on DT-enabled systems that
don't have any "ofpart" partition subnodes at all, since "ofpart" is in
the default parser list. So don't complain loudly on every boot.
Example: using m25p80.c with no intent to use ofpart:
&spi2 {
status = "okay";
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
};
};
I see this warning:
[ 0.588471] m25p80 spi2.0: gd25q32 (4096 Kbytes)
[ 0.593091] spi2.0: 'partitions' subnode not found on /spi@ff130000/flash@0. Trying to parse direct subnodes as partitions.
Cc: Michal Suchanek <hramrach@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions