mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-25 02:48:21 +00:00
mfd: htc-i2cpld: Remove unused code
Removed code unused in this function. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
9cb42e2a8e
commit
0a73b28f74
@ -332,18 +332,13 @@ static int htcpld_setup_chip_irq(
|
||||
int chip_index)
|
||||
{
|
||||
struct htcpld_data *htcpld;
|
||||
struct device *dev = &pdev->dev;
|
||||
struct htcpld_core_platform_data *pdata;
|
||||
struct htcpld_chip *chip;
|
||||
struct htcpld_chip_platform_data *plat_chip_data;
|
||||
unsigned int irq, irq_end;
|
||||
int ret = 0;
|
||||
|
||||
/* Get the platform and driver data */
|
||||
pdata = dev_get_platdata(dev);
|
||||
htcpld = platform_get_drvdata(pdev);
|
||||
chip = &htcpld->chip[chip_index];
|
||||
plat_chip_data = &pdata->chip[chip_index];
|
||||
|
||||
/* Setup irq handlers */
|
||||
irq_end = chip->irq_start + chip->nirqs;
|
||||
|
Loading…
Reference in New Issue
Block a user