commit | df2b717c667d2cab37d1bbd585e891f10ed2bca4 | [log] [tgz] |
---|---|---|
author | Seth Jennings <sjenning@linux.vnet.ibm.com> | Tue Aug 20 12:12:59 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 11:48:40 2013 -0700 |
tree | 674e6ca90b95714a634f19e88a7197f6b56ea651 | |
parent | 879f1bec8e136c7bc71e38715e62a73b75f91d78 [diff] |
drivers: base: use device get/put functions Use the [get|put]_device functions for ref'ing the memory block device rather than the kobject functions which should be hidden away by the device layer. Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>