dma-debug: Cleanup for copy-loop in filter_write()
authorDan Carpenter <error27@gmail.com>
Tue, 6 Apr 2010 16:45:12 +0000 (19:45 +0300)
committerJoerg Roedel <joerg.roedel@amd.com>
Wed, 7 Apr 2010 12:36:27 +0000 (14:36 +0200)
commit39a37ce1cc5eef420604fa68b776ff5dab400340
tree6303b715525daaefbc5b2ced63a1e697d47667a1
parent12ff4bf58b64ad3b8fb8e27889c99dcd5aa6fb0b
dma-debug: Cleanup for copy-loop in filter_write()

Earlier in this function we set the last byte of "buf" to NULL so we
always hit the break statement and "i" is never equal to NAME_MAX_LEN.
This patch doesn't change how the driver works but it silences a Smatch
warning and it makes it clearer that we don't write past the end of the
array.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
lib/dma-debug.c