Just a minor comment
On Tue, 2010-03-09 at 13:01 -0700, Jason Gunthorpe wrote:
Why not
+#ifdef CONFIG_OF
+ return of_register_platform_driver(&tis_of_driver);
+#elif CONFIG_PNP
+ return pnp_register_driver(&tis_pnp_driver);
+#endif
?
Other than this it looks nice.
Acked-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
Thanks,
Rajiv
--