On Thu, 26 Jan 2017 22:54:30 +0530 Daksh Anand <[email protected]> wrote:
> - while ((next_percent != NULL) && !found) {
> + while ((next_percent) && !found) {
Remove unnecessary parenthesis here.
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
