commit | b33d0798e6cfae1fcee75afc808fe5690a48a814 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Apr 26 23:00:16 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 09 13:04:21 2006 -0700 |
tree | fee80034c1633f195c1f32493063208abde7d5ca | |
parent | 6f9c2963888e60e46a9e0bd09a25740abce29262 [diff] |
[PATCH] scx200_acb: Fix resource name use after free We can't pass a string on the stack to request_region. As soon as we leave the function that stack is gone and the string is lost. Let's use the same string we identify the i2c_adapter with instead, it's more simple, more consistent, and just works. This is the second half of fix to bug #6445. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>