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
Looks good to me. Thanks!
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
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.