Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303124
b: refs/heads/master
c: 4f8cf61
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Clouter authored and Andrew Lunn committed May 14, 2012
1 parent 385c0a7 commit 92c95cb
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 167473a5937f54aaac4c3c01a192a81214933a23
refs/heads/master: 4f8cf6106dcf77b9b60af23cbb35fd537b1c9c1d
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-orion5x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ config MACH_WRT350N_V2

config MACH_TS78XX
bool "Technologic Systems TS-78xx"
select PM
help
Say 'Y' here if you want your kernel to support the
Technologic Systems TS-78xx platform.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-orion5x/ts78xx-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ static void __init ts78xx_init(void)
/* FPGA init */
ts78xx_fpga_devices_zero_init();
ret = ts78xx_fpga_load();
ret = sysfs_create_file(power_kobj, &ts78xx_fpga_attr.attr);
ret = sysfs_create_file(firmware_kobj, &ts78xx_fpga_attr.attr);
if (ret)
pr_err("sysfs_create_file failed: %d\n", ret);
}
Expand Down

0 comments on commit 92c95cb

Please sign in to comment.