Lines Matching defs:error
45 * past 0.99 at all due to some boolean logic error. */
186 dev_err(&bridge->dev->dev, "error configuring host chipset\n");
266 int error;
269 error = -ENODEV;
275 error = -EINVAL;
282 error = -EINVAL;
286 error = agp_backend_initialize(bridge);
287 if (error) {
294 error = agp_frontend_initialize();
295 if (error) {
315 return error;