Message ID | 20231130134550.33398-4-lihuisong@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack | expand |
On Thu, 30 Nov 2023 21:45:49 +0800 Huisong Li <lihuisong@huawei.com> wrote: > Remove an unused blank line. > > Signed-off-by: Huisong Li <lihuisong@huawei.com> FWIW Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > --- > drivers/soc/hisilicon/kunpeng_hccs.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/soc/hisilicon/kunpeng_hccs.c b/drivers/soc/hisilicon/kunpeng_hccs.c > index fd3ca0eb8175..15125f1e0f3e 100644 > --- a/drivers/soc/hisilicon/kunpeng_hccs.c > +++ b/drivers/soc/hisilicon/kunpeng_hccs.c > @@ -529,7 +529,6 @@ static int hccs_get_all_port_info_on_die(struct hccs_dev *hdev, > > static int hccs_query_all_port_info_on_platform(struct hccs_dev *hdev) > { > - > struct device *dev = hdev->dev; > struct hccs_chip_info *chip; > struct hccs_die_info *die;
diff --git a/drivers/soc/hisilicon/kunpeng_hccs.c b/drivers/soc/hisilicon/kunpeng_hccs.c index fd3ca0eb8175..15125f1e0f3e 100644 --- a/drivers/soc/hisilicon/kunpeng_hccs.c +++ b/drivers/soc/hisilicon/kunpeng_hccs.c @@ -529,7 +529,6 @@ static int hccs_get_all_port_info_on_die(struct hccs_dev *hdev, static int hccs_query_all_port_info_on_platform(struct hccs_dev *hdev) { - struct device *dev = hdev->dev; struct hccs_chip_info *chip; struct hccs_die_info *die;
Remove an unused blank line. Signed-off-by: Huisong Li <lihuisong@huawei.com> --- drivers/soc/hisilicon/kunpeng_hccs.c | 1 - 1 file changed, 1 deletion(-)