commit | e467b6421435f467e274d4f25d62900e1e0e4286 | [log] [tgz] |
---|---|---|
author | Ohad Ben-Cohen <ohad@wizery.com> | Mon Sep 05 16:42:36 2011 +0300 |
committer | Ohad Ben-Cohen <ohad@wizery.com> | Wed Sep 21 19:45:32 2011 +0300 |
tree | 9b9b9eb7ab9680b89d34a2732f73b78b2d107582 | |
parent | 315d8f5ccdbb2abb609d1ca1119fb32273a09cf8 [diff] |
hwspinlock/core: simplify 'owner' handling Use struct device_driver's owner member instead of asking drivers to explicitly pass the owner again. This simplifies drivers and also save some memory, since there's no point now in maintaining a separate owner pointer per hwspinlock. Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>