On 07/28/2015 07:39 AM, Mike Looijmans wrote:
> Comment header specifies GPL-2, so add a MODULE_LICENSE("GPL v2").
> This fixes the driver failing to load when built as module:
>   imageon_bridge: module license 'unspecified' taints kernel.
>   imageon_bridge: Unknown symbol ...
> As an extra service, also add a description.
> 
> Signed-off-by: Mike Looijmans <mike.looijm...@topic.nl>
> ---
>  drivers/media/platform/imageon-bridge.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/media/platform/imageon-bridge.c 
> b/drivers/media/platform/imageon-bridge.c
> index 9550695..a69b6da 100644
> --- a/drivers/media/platform/imageon-bridge.c
> +++ b/drivers/media/platform/imageon-bridge.c
> @@ -317,3 +317,6 @@ static struct platform_driver imageon_bridge_driver = {
>       .remove = imageon_bridge_remove,
>  };
>  module_platform_driver(imageon_bridge_driver);
> +
> +MODULE_DESCRIPTION("Imageon video bridge");
> +MODULE_LICENSE("GPL v2");
> 

Lovely, but unfortunately the imageon driver is not part of the official linux 
kernel.

So we can't do anything with this patch.

Regards,

        Hans
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to