Garbage-collect an unused variable left by rev.1.61.
This commit is contained in:
parent
cc9d952f38
commit
1a4ee71222
@ -326,10 +326,8 @@ static struct isa_pnp_id pca_ids[] = {
|
||||
static int
|
||||
pcaprobe(device_t dev)
|
||||
{
|
||||
int error;
|
||||
|
||||
/* Check isapnp ids */
|
||||
return(ISA_PNP_PROBE(device_get_parent(dev), dev, pca_ids));
|
||||
return ISA_PNP_PROBE(device_get_parent(dev), dev, pca_ids);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user