]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
csr1212: check results of keyval reads
authorJody McIntyre <scjody@steamballoon.com>
Tue, 22 Nov 2005 17:17:11 +0000 (12:17 -0500)
committerJody McIntyre <scjody@modernduck.com>
Tue, 22 Nov 2005 17:17:11 +0000 (12:17 -0500)
commit5303a986c33ae6c75d5ffb57d06ccf9246a8725a
tree9e305aeba9188fd0693be26a96ff1eb2efa09cbe
parentb12479ddce4aed112e0018fdf8bbb7cfb349ebdc
csr1212: check results of keyval reads

csr1212_parse_csr() did not properly check return values when reading
keyvals.  Fix this by using _csr1212_read_keyval() instead of
csr1212_get_keyval() and checking the return code.

Signed-off-by: Jody McIntyre <scjody@steamballoon.com>
drivers/ieee1394/csr1212.c