Re: [PATCH v4 0/6] staging: unisys: remove logging macros from all drivers

2015-03-04 Thread Romer, Benjamin M
On Wed, 2015-03-04 at 22:11 +0300, Dan Carpenter wrote: > Looks good to me. Thanks! > > regards, > dan carpenter > Thank you for all the help!!! :) -- Ben

Re: [PATCH v4 0/6] staging: unisys: remove logging macros from all drivers

2015-03-04 Thread Dan Carpenter
Looks good to me. Thanks! regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v4 0/6] staging: unisys: remove logging macros from all drivers

2015-03-04 Thread Benjamin Romer
This patch series removes all of the logging macros from the Unisys driver set, as well as the ASSERT() macro, which was really just a wrapper around a log macro. Log and error messages deemed necessary for the user will be added back in using standard kernel logging functions by future patches.