On 24/01/07 07:43 -0800, Andrew Burgess wrote: > >@@ -47,7 +48,7 @@ static int __init olpc_pm_init(void) > > uint32_t lo, hi; > > int ret; > > > >- if (!machine_is_olpc) > >+ if (machine_is_olpc()) > > return -ENODEV; > > You lost the negation here
Yipe! Nice catch. Thanks. Jordan -- Jordan Crouse Senior Linux Engineer Advanced Micro Devices, Inc. <www.amd.com/embeddedprocessors> _______________________________________________ Devel mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/devel
