Lines Matching defs:error
45 * past 0.99 at all due to some boolean logic error. */
188 dev_err(&bridge->dev->dev, "error configuring host chipset\n");
268 int error;
271 error = -ENODEV;
277 error = -EINVAL;
284 error = -EINVAL;
288 error = agp_backend_initialize(bridge);
289 if (error) {
296 error = agp_frontend_initialize();
297 if (error) {
317 return error;