summaryrefslogtreecommitdiff
path: root/net/mac802154/cfg.h
blob: e2718f981e82d81be46edbda37f5ce2fb6d1b8d2 (plain)
1
2
3
4
5
6
7
8
9
/* mac802154 configuration hooks for cfg802154
 */

#ifndef __CFG_H
#define __CFG_H

extern const struct cfg802154_ops mac802154_config_ops;

#endif /* __CFG_H */
-01-11 22:56:58 -0500 commitcd60be4916ae689387d04b86b6fc15931e4c95ae (patch) tree3b3a9e74ec7af6109a43e53ae62a5ff5702a63bf /drivers parent98624c4fed0abd848b291fbd3da18c2251b79429 (diff)
scsi: lpfc: avoid double free of resource identifiers
Set variables initialized in lpfc_sli4_alloc_resource_identifiers() to NULL if an error occurred. Otherwise, lpfc_sli4_driver_resource_unset() attempts to free the memory again. Signed-off-by: Roberto Sassu <rsassu@suse.de> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Acked-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers')