mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove unused variable.
Found by: FlexeLint
This commit is contained in:
parent
50cc8392cc
commit
8eab8cefd8
1 changed files with 1 additions and 2 deletions
|
|
@ -174,12 +174,11 @@ alpm_probe(device_t dev)
|
|||
static int
|
||||
alpm_attach(device_t dev)
|
||||
{
|
||||
int rid, unit;
|
||||
int rid;
|
||||
u_int32_t l;
|
||||
struct alpm_softc *alpm;
|
||||
|
||||
alpm = device_get_softc(dev);
|
||||
unit = device_get_unit(dev);
|
||||
|
||||
/* Unlock SMBIO base register access */
|
||||
l = pci_read_config(dev, ATPC, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue