Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: mvpp2x: change driver name to avoid registration error #5

Open
wants to merge 1 commit into
base: linux-4.4.52-armada-17.08
Choose a base branch
from

Conversation

semihalf-duszynski-tomasz

In case both mvpp2 and mvpp2x are compiled into the kernel during boot
one will get following error from driver_register():

Error: Driver 'mvpp2' is already registered, aborting..

That happens because both drivers have name set to 'mvpp2'.
This patch fixes that by changing mvpp2x driver's name to 'mvpp2x'.

Signed-off-by: Tomasz Duszynski [email protected]

In case both mvpp2 and mvpp2x are compiled into the kernel during boot
one will get following error from driver_register():

Error: Driver 'mvpp2' is already registered, aborting..

That happens because both drivers have name set to 'mvpp2'.
This patch fixes that by changing mvpp2x driver's name to 'mvpp2x'.

Signed-off-by: Tomasz Duszynski <[email protected]>
@alphaonex86 alphaonex86 mentioned this pull request Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant