Staging: bcm: Shortened line
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cdc299b7a5
commit
2ad5c499b9
1 changed files with 2 additions and 1 deletions
|
@ -1571,7 +1571,8 @@ int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter)
|
||||||
* Need to Allocate memory to contain the SUPER Large structures
|
* Need to Allocate memory to contain the SUPER Large structures
|
||||||
* Our driver can't create these structures on Stack
|
* Our driver can't create these structures on Stack
|
||||||
*/
|
*/
|
||||||
Adapter->caDsxReqResp = kmalloc(sizeof(struct bcm_add_indication_alt)+LEADER_SIZE, GFP_KERNEL);
|
Adapter->caDsxReqResp = kmalloc(sizeof(struct bcm_add_indication_alt)
|
||||||
|
+ LEADER_SIZE, GFP_KERNEL);
|
||||||
if (!Adapter->caDsxReqResp)
|
if (!Adapter->caDsxReqResp)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue