commit | 7c65e29250a3154cac18b527b6ccfc61f8f08c58 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | Mon Oct 28 19:05:15 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 29 16:24:33 2013 -0700 |
tree | d9f6f559b4f85249eba7b59b30aed91a905bf9ec | |
parent | 95f774c5268843e78fdb732cd4f27e510bbbba83 [diff] |
misc/at24: avoid infinite loop on write() This change fixes a problem of infinite zero byte write() without an error status, if there is an attempt to write a file bigger than EEPROM size over sysfs interface. Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Cc: Wolfram Sang <w.sang@pengutronix.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>