[PATCH 10/10] Driver core: Remove unneeded get_{device,driver}() c …
WAW8:
… void device_remove_file(struct device *dev, struct device_attribute *attr) { - if (get_device(dev)) { + if (dev) sysfs_remove_file(&dev->kobj, &attr->attr); - } } /** diff –git a/drivers/base/driver.cb/drivers/base/driver.c index …
Related:
- Re: [PATCH] - TPM device driver layer (tpm.c|h) - 2nd repost
Re: [PATCH] - TPM device driver layer (tpm.c|h) - 2nd repost - : … 17 deletions(-) diff –git... - Re: device struct bloat
Re: device struct bloat - noemail@noemail.org (Benjamin J. Higginbotham): linux-2.6-2.orig/drivers/base/bus.c +++... - [patch 0/3] driver core: Fix s390, get default driver attributes f …
[patch 0/3] driver core: Fix s390, get default driver attributes f … - "Jaursch, Bill": Since I’m lazy, I... - [PATCH 1/5] Driver core: Fix up build when CONFIG_BLOCK=N
[PATCH 1/5] Driver core: Fix up build when CONFIG_BLOCK=N - remixstation: … 59cf358..d916bbf 100644 — a/drivers/base/class.c... - Re: [PATCH] watchdog: add Nano 7240 driver
Re: [PATCH] watchdog: add Nano 7240 driver - Gerrit: … diff –git a/drivers/watchdog/sbc7240_wdt.cb/drivers/watchdog/sbc7240_wdt.c new...








