summaryrefslogtreecommitdiff
path: root/drivers/edac/edac_device.c
diff options
context:
space:
mode:
authorAristeu Rozanski <aris@redhat.com>2013-12-05 10:37:56 -0500
committerBorislav Petkov <bp@suse.de>2013-12-21 13:26:57 +0100
commit90ed4988b8c030d65b41b7d13140e9376dc6ec5a (patch)
tree86cc49276f2f013355de12c9c18812582801d838 /drivers/edac/edac_device.c
parent8112c0cdf7b86f5917cdffcff4ffc477eaa62ed4 (diff)
downloadlinux-next-90ed4988b8c030d65b41b7d13140e9376dc6ec5a.tar.gz
e752x_edac: Fix pci_dev usage count
In case the device 0, function 1 is not found using pci_get_device(), pci_scan_single_device() will be used but, differently than pci_get_device(), it allocates a pci_dev but doesn't does bump the usage count on the pci_dev and after few module removals and loads the pci_dev will be freed. Signed-off-by: Aristeu Rozanski <aris@redhat.com> Reviewed-by: mark gross <mark.gross@intel.com> Link: http://lkml.kernel.org/r/20131205153755.GL4545@redhat.com Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'drivers/edac/edac_device.c')
0 files changed, 0 insertions, 0 deletions