Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212643
b: refs/heads/master
c: 6c6ad43
h: refs/heads/master
i:
  212641: 0d22765
  212639: c1bf439
v: v3
  • Loading branch information
Naveen Krishna Ch authored and Kukjin Kim committed Oct 18, 2010
1 parent 9f8db05 commit 7fdf9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7df2a7beb9cbdd1acfd52200e2de76ec18c90a1
refs/heads/master: 6c6ad435cae29575ff632d97afedbcc2ce2e3840
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s5p64x0/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void s5p64x0_idle(void)
void __init s5p6440_map_io(void)
{
/* initialize any device information early */
s3c_adc_setname("s3c64x0-adc");
s3c_adc_setname("s3c64xx-adc");

iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc));
Expand All @@ -115,7 +115,7 @@ void __init s5p6440_map_io(void)
void __init s5p6450_map_io(void)
{
/* initialize any device information early */
s3c_adc_setname("s3c64x0-adc");
s3c_adc_setname("s3c64xx-adc");

iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6440_iodesc));
Expand Down

0 comments on commit 7fdf9be

Please sign in to comment.