commit | e003ae399c160e00c1a882dc6dd4f0ef855ae616 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <elezegarcia@gmail.com> | Fri Nov 23 08:12:35 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Jan 01 10:04:40 2013 -0200 |
tree | e4d24ef171a17e1ae1efeee030cf0b0a9dee27d2 | |
parent | b858c331cdf402853be2c48c8f4f77173ef04da8 [diff] |
[media] stk1160: Replace BUG_ON with WARN_ON This situation is not even an error condition so it's stupid to BUG_ON. Learn the lesson: http://permalink.gmane.org/gmane.linux.kernel/1347333 Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>