lkml.org 
[lkml]   [2006]   [May]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH -mm] tpm_register_hardware gcc 4.1 warning fix
From
Date
Ack'ed by: Kylene Hall <kjhall@us.ibm.com>

On Tue, 2006-05-09 at 19:56 -0700, Daniel Walker wrote:
> Fixes the following warning,
>
> drivers/char/tpm/tpm.c: In function 'tpm_register_hardware':
> drivers/char/tpm/tpm.c:1157: warning: assignment from incompatible pointer type
>
> Signed-Off-By: Daniel Walker <dwalker@mvista.com>
>
> Index: linux-2.6.16/drivers/char/tpm/tpm.h
> ===================================================================
> --- linux-2.6.16.orig/drivers/char/tpm/tpm.h
> +++ linux-2.6.16/drivers/char/tpm/tpm.h
> @@ -140,7 +140,7 @@ extern int tpm_pm_resume(struct device *
> extern struct dentry ** tpm_bios_log_setup(char *);
> extern void tpm_bios_log_teardown(struct dentry **);
> #else
> -static inline struct dentry* tpm_bios_log_setup(char *name)
> +static inline struct dentry ** tpm_bios_log_setup(char *name)
> {
> return NULL;
> }
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-10 19:12    [W:0.031 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site