From: Bartlomiej Zolnierkiewicz Date: Tue, 5 Nov 2013 11:37:05 +0000 (+0100) Subject: skd: remove redundant skdev->pdev assignment from skd_pci_probe() X-Git-Tag: v3.13-rc1~100^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebedd16dab5e7cf22fb1156b74fa53f0233389a7;p=pandora-kernel.git skd: remove redundant skdev->pdev assignment from skd_pci_probe() skdev->pdev is set to pdev twice in skd_pci_probe(), first time through skd_construct() call and the second time directly in the function. Remove the second assignment as it is not needed. Cc: Akhil Bhansali Cc: Jeff Moyer Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Signed-off-by: Jens Axboe --- Reading git-diff-tree failed