Skip to content

Commit

Permalink
fpga: dfl: Fix the dfl dev type to Private Feature
Browse files Browse the repository at this point in the history
The device type was set to Port Type and changed to Private to reflect the correct
device type.

Signed-off-by: Basheer Ahmed Muddebihal <basheer.ahmed.muddebihal@linux.intel.com>
(cherry picked from commit 80e6f5a394c88545ececcb7dda4e926e8b5de10c)
  • Loading branch information
bmuddebi committed Dec 14, 2023
1 parent 6186581 commit 51e675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/fpga/dfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static struct dfl_dev_info dfl_devs[] = {
{.name = DFL_FPGA_FEATURE_DEV_PORT, .dfh_id = DFH_ID_FIU_PORT,
.devt_type = DFL_FPGA_DEVT_PORT},
{.name = DFL_FPGA_FEATURE_DEV_PRIV_FEAT, .dfh_id = DFH_ID_FIU_PRIV_FEAT,
.devt_type = DFL_FPGA_DEVT_PORT},
.devt_type = DFL_FPGA_DEVT_PRIV_FEAT},
};

/**
Expand Down

0 comments on commit 51e675c

Please sign in to comment.