commit | d9ae62433e46909fc9e7d97ce74202c2851667b8 | [log] [tgz] |
---|---|---|
author | Frans Pop <elendil@planet.nl> | Tue Jun 23 16:02:58 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 24 00:32:31 2009 -0700 |
tree | 3d567816d2791e31e2fcfd53c54e2ea90223a69e | |
parent | af054ed0018f0a69f8ea6f7546cbf34385edf13b [diff] |
ide-cd: Improve "weird block size" error message Currently the error gets repeated too frequently, for example each time HAL polls the device when a disc is present. Avoid that by using printk_once instead of printk. Also join the error and corrective action messages into a single line. Signed-off-by: Frans Pop <elendil@planet.nl> Acked-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>