spi: dw: Convert calls to debug to dev_*
authorSean Anderson <seanga2@gmail.com>
Fri, 16 Oct 2020 22:57:44 +0000 (18:57 -0400)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 18 Dec 2020 10:46:36 +0000 (16:16 +0530)
commit1b3dd491e6fc787f47a3ae91f6a58aeb97466140
treec06c7acca57439978740e55565b7999bab1f2b2d
parentcaf110798ccca5d1fe7e75ae73397212262b9ee9
spi: dw: Convert calls to debug to dev_*

This allows different log levels to be enabled or disabled depending on the
desired level of verbosity. In particular, it allows for general debug
information to be printed while excluding more verbose logging which may
interfere with timing.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/designware_spi.c