Re: [PATCH 4/8] fsl_soc: Factor fsl_get_sys_freq() out of the wdt init.
Hi Scott, Just one little nit ... On Wed, 12 Dec 2007 11:36:01 -0600 Scott Wood <[EMAIL PROTECTED]> wrote: > > - ret = platform_device_add_data(dev, freq, sizeof(int)); > + ret = platform_device_add_data(dev, &freq, sizeof(int)); ^
[PATCH 4/8] fsl_soc: Factor fsl_get_sys_freq() out of the wdt init.
Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_soc.c | 44 ++-- arch/powerpc/sysdev/fsl_soc.h |1 + 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/fsl_soc.c in