On Tue, Aug 13, 2013 at 04:30:18PM +0530, Sujit Reddy Thumma wrote: [..] > diff --git a/drivers/scsi/ufs/ufshcd-pci.c b/drivers/scsi/ufs/ufshcd-pci.c > index a823cf4..829f7a4 100644 > --- a/drivers/scsi/ufs/ufshcd-pci.c > +++ b/drivers/scsi/ufs/ufshcd-pci.c > @@ -191,7 +191,13 @@ ufshcd_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) > return err; > } > > - err = ufshcd_init(&pdev->dev, &hba, mmio_base, pdev->irq); > + err = ufshcd_alloc_host(&pdev->dev, &hba); > + if (err) { > + dev_err(&pdev->dev, "Allocation failed\n"); > + goto out_iounmap You seem to be missing a semicolon here. Also, which tree were these patches generated against? They fail to apply at least on the last few 3.11-rc's. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html