Commit 30cbd07c authored by Andrew Morton's avatar Andrew Morton Committed by Wim Van Sebroeck

[WATCHDOG] 2.6.0-rc1 amd7xx_tco.c-nowayout.patch

Fix compile error in amd7xx_tco.c after latest nowayout change
parent f05feef0
...@@ -253,7 +253,7 @@ static ssize_t amdtco_fop_write(struct file *file, const char *data, size_t len, ...@@ -253,7 +253,7 @@ static ssize_t amdtco_fop_write(struct file *file, const char *data, size_t len,
return -ESPIPE; return -ESPIPE;
if (len) { if (len) {
if (!nowayout) if (!nowayout) {
size_t i; size_t i;
char c; char c;
expect_close = 0; expect_close = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment