Home | History | Annotate | Download | only in nouveau

Lines Matching refs:error

72 	int error;
76 error = nouveau_init();
77 if (error) {
79 error);
80 return error;
83 error = config_init_component(cfdriver_ioconf_nouveau,
85 if (error) {
87 ": %d\n", error);
89 return error;
96 error = config_fini_component(cfdriver_ioconf_nouveau,
98 if (error) {
100 ": %d\n", error);
101 return error;