From 785b05875b31e7821ef9a28f988be01169efed8e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 21 May 2008 18:21:38 -0400 Subject: [PATCH] --- yaml --- r: 104715 b: refs/heads/master c: 09857e35cdccf2457bb03c6d7595adc210a517cc h: refs/heads/master i: 104713: 665280ec3345df7ae0d4d8e452eac90a2bdc29f4 104711: e5c9efaef3e9ef27445dab84993185e8fbc90301 v: v3 --- [refs] | 2 +- trunk/samples/firmware_class/firmware_sample_firmware_class.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2883ba60a5ab..05fe87008099 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff543332ec5d23833994fca9e7789f067fb51221 +refs/heads/master: 09857e35cdccf2457bb03c6d7595adc210a517cc diff --git a/trunk/samples/firmware_class/firmware_sample_firmware_class.c b/trunk/samples/firmware_class/firmware_sample_firmware_class.c index 9392116e47b0..e6cf7a43a297 100644 --- a/trunk/samples/firmware_class/firmware_sample_firmware_class.c +++ b/trunk/samples/firmware_class/firmware_sample_firmware_class.c @@ -124,7 +124,7 @@ static int fw_setup_class_device(struct class_device *class_dev, class_dev->class_id[BUS_ID_SIZE-1] = '\0'; class_dev->dev = device; - class_dev->class = &firmware_class, + class_dev->class = &firmware_class; class_set_devdata(class_dev, fw_priv); retval = class_device_register(class_dev); if (retval) {