Commit d748a438 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Skip nonisoch setup if isoch setup was successful.

parent 5ae65fae
......@@ -448,6 +448,8 @@ int agp_3_5_enable(struct agp_bridge_data *bridge)
printk(KERN_INFO PFX "Something bad happened setting "
"up isochronous xfers. Falling back to "
"non-isochronous xfer mode.\n");
} else {
goto free_and_exit;
}
}
agp_3_5_nonisochronous_node_enable(bridge, dev_list, ndevs);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment