On Sun, 2010-02-28 at 03:30 +0000, Ben Hutchings wrote:
> +static void agp_probe_video(struct work_struct *work)
> +{
> +     struct pci_dev *pdev = NULL;
> +
> +     while ((pdev = pci_get_class(0x030000, pdev)) != NULL) {

Only without the opening brace here...

Ben.

> +             if (!pdev->dev.driver && device_reprobe(&pdev->dev))
> +                     pr_err(PFX "failed to reprobe %s\n", pci_name(pdev));
> +}

-- 
Ben Hutchings
Horngren's Observation:
                   Among economists, the real world is often a special case.

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to