[PATCH 1/1] Fixup asus_oled.c

From: Erik AndrÃn
Date: Thu Mar 19 2009 - 18:06:54 EST


---
drivers/staging/asus_oled/asus_oled.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/asus_oled/asus_oled.c b/drivers/staging/asus_oled/asus_oled.c
index d81f4bd..7a40f61 100644
--- a/drivers/staging/asus_oled/asus_oled.c
+++ b/drivers/staging/asus_oled/asus_oled.c
@@ -522,7 +522,7 @@ static ssize_t odev_set_picture(struct asus_oled_dev *odev, const char *buf, siz
line were equal to the last character in this line. */
if (odev->buf_offs % odev->width != 0) {
ret = append_values(odev, odev->last_val,
- odev->width - (odev->buf_offs % odev->width);
+ odev->width - (odev->buf_offs % odev->width));
if (ret < 0)
return ret;
}
--
1.6.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/