public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 04/75] cyclades: declare MODULE_FIRMWARE
@ 2009-11-07 21:42 Ben Hutchings
  2009-11-08 13:38 ` Jiri Slaby
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2009-11-07 21:42 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/char/cyclades.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c
index 4254457..0113574 100644
--- a/drivers/char/cyclades.c
+++ b/drivers/char/cyclades.c
@@ -4208,3 +4208,4 @@ module_exit(cy_cleanup_module);
 MODULE_LICENSE("GPL");
 MODULE_VERSION(CY_VERSION);
 MODULE_ALIAS_CHARDEV_MAJOR(CYCLADES_MAJOR);
+MODULE_FIRMWARE("cyzfirm.bin");
-- 
1.6.5.2




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

* Re: [PATCH 04/75] cyclades: declare MODULE_FIRMWARE
  2009-11-07 21:42 [PATCH 04/75] cyclades: declare MODULE_FIRMWARE Ben Hutchings
@ 2009-11-08 13:38 ` Jiri Slaby
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Slaby @ 2009-11-08 13:38 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: Greg Kroah-Hartman, linux-kernel

On 11/07/2009 10:42 PM, Ben Hutchings wrote:
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

Reviewed-by: Jiri Slaby <jirislaby@gmail.com>

> ---
>  drivers/char/cyclades.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c
> index 4254457..0113574 100644
> --- a/drivers/char/cyclades.c
> +++ b/drivers/char/cyclades.c
> @@ -4208,3 +4208,4 @@ module_exit(cy_cleanup_module);
>  MODULE_LICENSE("GPL");
>  MODULE_VERSION(CY_VERSION);
>  MODULE_ALIAS_CHARDEV_MAJOR(CYCLADES_MAJOR);
> +MODULE_FIRMWARE("cyzfirm.bin");


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

end of thread, other threads:[~2009-11-08 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 21:42 [PATCH 04/75] cyclades: declare MODULE_FIRMWARE Ben Hutchings
2009-11-08 13:38 ` Jiri Slaby

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