I'm not a big fan of the global variables approach to unwinding...  It
makes reading the code much harder.  But I didn't find any run-time bugs
so I guess this is ok.  It fixes the NULL deref I mentioned before.

> +/* These first few initializations cannot fail. */

The indenting is wrong here.

> +     pr_warn("synth name on entry is: %s\n", synth_name);

This should be a pr_info() instead of a pr_warn().

regards,
dan carpenter
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to