]> git.baikalelectronics.ru Git - uboot.git/commit
net: tsec: Make errors visible
authorVladimir Oltean <olteanv@gmail.com>
Thu, 18 Jul 2019 21:29:56 +0000 (00:29 +0300)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 25 Jul 2019 18:13:31 +0000 (13:13 -0500)
commit347daf1a748e86f96e495088bb55a1605bafd18d
treedafc8b609260755dd2be0bcf37b0bb2cb156e2c3
parent37de87db77ec85b4703d08a9b33af6e715f43653
net: tsec: Make errors visible

This replaces debug() calls with printf() so that it is immediately
obvious from the console that something is wrong.

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/net/tsec.c