From: Mathias Nyman Date: Mon, 6 Sep 2010 10:52:01 +0000 (+0300) Subject: usb: musb_debugfs: don't use the struct file private_data field with seq_files X-Git-Tag: v2.6.36-rc5~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024cfa5943a7e89565c60b612d698c2bfb3da66a;p=pandora-kernel.git usb: musb_debugfs: don't use the struct file private_data field with seq_files seq_files use the private_data field of a file struct for storing a seq_file structure, data should be stored in seq_file's own private field (e.g. file->private_data->private) Otherwise seq_release() will free the private data when the file is closed. Signed-off-by: Mathias Nyman Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed