commit | e114474cf5c7fe7ab94dd4f5938ffa51c9af77c4 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Tue May 11 09:10:23 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri May 21 09:34:30 2010 -0700 |
tree | ecf15b6b570aa7d0bfa92fe0e71c9d085622b1a5 | |
parent | ccc5ca8d4cadc141d6c97ec0213cdd676616a11d [diff] |
serial: bfin_sport_uart: Use resource size to fix off-by-one error Use the resource_size function instead of manually calculating the resource size. This actually fixes an off-by-one error. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>