staging: fbtft: replace fbtft_dev_dbg with standard dev_dbg call
authorMadhusudhanan Ravindran <mravindr@visteon.com>
Mon, 1 Jun 2015 12:34:56 +0000 (12:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jun 2015 20:21:37 +0000 (13:21 -0700)
This patch attempts to simplify the debugging using standard
dev_dbg call so that individual debug prints can be enabled or
disbled by dynamic debugging rather than using module params.

Signed-off-by: Madhusudhanan Ravindran <mravindr@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found