aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
authorNeilBrown <[email protected]>2018-01-09 12:19:38 +1100
committerGreg Kroah-Hartman <[email protected]>2018-01-09 15:41:56 +0100
commit3872fb73cabdd47fd4abf7b6eff21d06e57297eb (patch)
tree5384646196361f065d2287fc2d097eb83716825f /drivers/mtd/lpddr/lpddr_cmds.c
parent3c88bdbbf919c1181d6ae14afa6c3a9b0de57b34 (diff)
staging: lustre: lnet: switch to cpumask_var_t
So that we can use the common cpumask allocation functions, switch to cpumask_var_t. We need to be careful not to free a cpumask_var_t until the variable has been initialized, and it cannot be initialized directly. So we must be sure either that it is filled with zeros, or that zalloc_cpumask_var() has been called on it. Signed-off-by: NeilBrown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions