diff options
| -rw-r--r-- | drivers/char/hpet.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index aed2c45f7968..ed3b7dab678d 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c @@ -855,7 +855,7 @@ int hpet_alloc(struct hpet_data *hdp)  		return 0;  	} -	hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs - 1), +	hpetp = kzalloc(struct_size(hpetp, hp_dev, hdp->hd_nirqs),  			GFP_KERNEL);  	if (!hpetp) |