Revert "AMD f14 vendorcode: Fix warning"

This reverts commit e533f
daa5902d228c4db694db390113b437a9777

Change-Id: I2cf24e813be26cb8de8408dcd0fcdcadbf08d569
This commit is contained in:
thomas dylst 2013-04-12 22:59:11 +02:00 committed by Gerrit Code Review
commit fc47bfaf6b

View file

@ -813,7 +813,7 @@ typedef enum {
#define PCIE_PORT_DATA_INITIALIZER(mPortPresent, mChannelType, mDevAddress, mHotplug, mMaxLinkSpeed, mMaxLinkCap, mAspm, mResetId) \
{mPortPresent, mChannelType, mDevAddress, 0, mMaxLinkSpeed, mAspm, mHotplug, mResetId, {0, mMaxLinkCap} }
#define PCIE_DDI_DATA_INITIALIZER(mConnectorType, mAuxIndex, mHpdIndex ) \
{mConnectorType, mAuxIndex, mHpdIndex, {{0}, {0}}}
{mConnectorType, mAuxIndex, mHpdIndex, {0, 0}}
#define PCIE_DDI_DATA_INITIALIZER_V1(mConnectorType, mAuxIndex, mHpdIndex, mMapping0, mMapping1) \
{mConnectorType, mAuxIndex, mHpdIndex, {mMapping0, mMapping1}}