public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* declare MODULE_FIRMWARE in libsas
@ 2011-01-04  7:43 DuanZhenzhong
  2011-01-04 14:08 ` James Bottomley
  0 siblings, 1 reply; 9+ messages in thread
From: DuanZhenzhong @ 2011-01-04  7:43 UTC (permalink / raw)
  To: linux-scsi; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 123 bytes --]

Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>

---
 sas_scsi_host.c |    1 +
 1 file changed, 1 insertion(+)



[-- Attachment #2: declare-firmware-in-libsas.patch --]
[-- Type: text/x-patch, Size: 463 bytes --]

diff -up linux-2.6/drivers/scsi/libsas/sas_scsi_host.c.origfw linux-2.6/drivers/scsi/libsas/sas_scsi_host.c
--- linux-2.6/drivers/scsi/libsas/sas_scsi_host.c.origfw	2011-01-04 14:11:18.000000000 +0800
+++ linux-2.6/drivers/scsi/libsas/sas_scsi_host.c	2011-01-04 14:11:35.000000000 +0800
@@ -1110,6 +1110,7 @@ out:
 	release_firmware(fw);
 	return res;
 }
+MODULE_FIRMWARE("sas_addr");
 EXPORT_SYMBOL_GPL(sas_request_addr);
 
 EXPORT_SYMBOL_GPL(sas_queuecommand);

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-01-05  5:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04  7:43 declare MODULE_FIRMWARE in libsas DuanZhenzhong
2011-01-04 14:08 ` James Bottomley
2011-01-04 17:45   ` Jeff Garzik
2011-01-05  3:18     ` DuanZhenzhong
2011-01-05  4:36       ` James Bottomley
2011-01-05  5:27         ` DuanZhenzhong
2011-01-05  4:47       ` Américo Wang
2011-01-05  5:28         ` DuanZhenzhong
2011-01-05  5:42           ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox