aboutsummaryrefslogtreecommitdiff
path: root/include/linux/devfs_fs_kernel.h
diff options
context:
space:
mode:
authorPaul Jackson <[email protected]>2006-03-24 03:16:12 -0800
committerLinus Torvalds <[email protected]>2006-03-24 07:33:24 -0800
commit29afd49b72a9b2c26fa8c678bcf3976d0540446b (patch)
tree4cc12f5bb3c5c3ee668226990e79115081609265 /include/linux/devfs_fs_kernel.h
parentb2455396be35383c4eebc6745cc718b1dd9e23df (diff)
[PATCH] cpuset: remove useless local variable initialization
Remove a useless variable initialization in cpuset __cpuset_zone_allowed(). The local variable 'allowed' is unconditionally set before use, later on in the code, so does not need to be initialized. Not that it seems to matter to the code generated any, as the compiler optimizes out the superfluous assignment anyway. Signed-off-by: Paul Jackson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/devfs_fs_kernel.h')
0 files changed, 0 insertions, 0 deletions