875be014f29a9f68c89144925d68542c42a4a parent 44414e14af3f18fc8c1b94e259cd760366f665ee author Cornelia Huck 1201772378 +0100 committer Greg Kroah-Hartman 1201994089 -0800 Driver core: Remove unneeded get_{device,driver}() calls. Driver core: Remove unneeded get_{device,driver}() calls. Code trying to add/remove attributes must hold a reference to the device resp. driver anyway, so let's remove those reference count games. Signed-off-by: Cornelia Huck Cc: Dave Young Signed-off-by: Greg Kroah-Hartman