diff options
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 995928ba22fd..e90b5ab23b6d 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c | |||
@@ -191,7 +191,7 @@ static const char *db8500_read_soc_id(void) | |||
191 | /* Throw these device-specific numbers into the entropy pool */ | 191 | /* Throw these device-specific numbers into the entropy pool */ |
192 | add_device_randomness(uid, 0x14); | 192 | add_device_randomness(uid, 0x14); |
193 | return kasprintf(GFP_KERNEL, "%08x%08x%08x%08x%08x", | 193 | return kasprintf(GFP_KERNEL, "%08x%08x%08x%08x%08x", |
194 | readl((u32 *)uid+1), | 194 | readl((u32 *)uid+0), |
195 | readl((u32 *)uid+1), readl((u32 *)uid+2), | 195 | readl((u32 *)uid+1), readl((u32 *)uid+2), |
196 | readl((u32 *)uid+3), readl((u32 *)uid+4)); | 196 | readl((u32 *)uid+3), readl((u32 *)uid+4)); |
197 | } | 197 | } |