summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xillybus
diff options
context:
space:
mode:
authorLidza Louina <lidza.louina@gmail.com>2013-10-04 12:18:30 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-05 17:52:58 -0700
commita07bf39a65cb5eb4e38426afc7d5e00d560211da (patch)
tree3f0cc0e7031574a2097f32a23372232ea44d68cf /drivers/staging/xillybus
parent8159fd1be0f04c3cf11098942f277dc0f1239159 (diff)
downloadop-kernel-dev-a07bf39a65cb5eb4e38426afc7d5e00d560211da.zip
op-kernel-dev-a07bf39a65cb5eb4e38426afc7d5e00d560211da.tar.gz
staging: dgnc: changes arguments in sizeof
The arguments that were passed into sizeof were generic. This patch changes this by putting the actual item that we need a size of instead. For example: - kzalloc(sizeof(struct dgnc_board), GFP_KERNEL); + kzalloc(sizeof(*brd), GFP_KERNEL); Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xillybus')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud