summaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-04-17 04:01:08 (GMT)
committerRoland Dreier <rolandd@cisco.com>2008-04-17 04:01:08 (GMT)
commit1ae5c187acb67c2929428479c23a79c4288f0c68 (patch)
tree929622d055227b831610565dd0775365ec6e4ba2 /drivers/hwmon
parent37608eea86a358ac6a18df0af55d4f77d08a1f30 (diff)
downloadlinux-fsl-qoriq-1ae5c187acb67c2929428479c23a79c4288f0c68.tar.xz
IB/uverbs: Don't store struct file * for event files
The file member of struct ib_uverbs_event_file was only used to keep track of whether the file had been closed or not. The only thing we ever did with the value was check if it was NULL or not. Simplify the code and get rid of the need to keep track of the struct file * we allocate by replacing the file member with an is_closed member. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/hwmon')
0 files changed, 0 insertions, 0 deletions