commit | 6af6b163b3191bd2802868f17d4843c58bc4046f | [log] [tgz] |
---|---|---|
author | Dmitry Kasatkin <d.kasatkin@samsung.com> | Fri Jun 13 18:09:54 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 08 15:27:04 2014 -0700 |
tree | 7e5c23b2698550828906ea98ca5c1e25e4025020 | |
parent | 5a1379e8748a5cfa3eb068f812d61bde849ef76c [diff] |
firmware: read firmware size using i_size_read() There is no need to read attr because inode structure contains size of the file. Use i_size_read() instead. Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com> Acked-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>