at25: fix debug and error messaging
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 11 Sep 2016 11:58:26 +0000 (14:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 10:43:35 +0000 (12:43 +0200)
commit3936e4c8db2095af5e6c704a3e4b2b500f568ae5
treedc36e412ee5e6de741d88c7188a8808afa549560
parent13decfb4383b13b0f75e88709f4fad9138bd243b
at25: fix debug and error messaging

The patch does the following:
- fixes specifiers and removes explicit casting of the parameters
- joins literals to one line
- increases readability of the parameters

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/at25.c