Displaying 3 results from an estimated 3 matches for "c199682".
2009 Jun 16
0
[PATCH 49/64] xen block: remove driver_data direct access of struct device
...itzhardinge <jeremy.fitzhardinge at citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
drivers/block/xen-blkfront.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index c199682..e532847 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -753,12 +753,12 @@ static int blkfront_probe(struct xenbus_device *dev,
/* Front end dir is a number, which is used as the id. */
info->handle = simple_strtoul(strrchr(dev->nodename, '/')+1,...
2009 Jun 16
0
[PATCH 49/64] xen block: remove driver_data direct access of struct device
...itzhardinge <jeremy.fitzhardinge at citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
drivers/block/xen-blkfront.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index c199682..e532847 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -753,12 +753,12 @@ static int blkfront_probe(struct xenbus_device *dev,
/* Front end dir is a number, which is used as the id. */
info->handle = simple_strtoul(strrchr(dev->nodename, '/')+1,...
2009 Jun 16
0
[PATCH 49/64] xen block: remove driver_data direct access of struct device
...itzhardinge <jeremy.fitzhardinge at citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
drivers/block/xen-blkfront.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index c199682..e532847 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -753,12 +753,12 @@ static int blkfront_probe(struct xenbus_device *dev,
/* Front end dir is a number, which is used as the id. */
info->handle = simple_strtoul(strrchr(dev->nodename, '/')+1,...