]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fsl-fman-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 04:53:34 +0000 (13:53 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 04:53:34 +0000 (13:53 +0900)
commitf1b0fd63c3e6315f548d64a5447d863280062f28
treea751708e597d0ba9da8d17e636c51efe5beaa88b
parent23bbe30642563d61102cc134956606a9a968469d
parente4ae54d3221d8dce86f796a1b4fe1b5a685a626e
Merge branch 'fsl-fman-next'

Christophe JAILLET says:

====================
fsl/fman: Fix some error handling code in mac_probe

Commit 3ffc76c0beb6 ("dpaa_eth: change device used") generated some
conflicts in my patches waiting for submission. So I took a closer look at
it.

So here is a serie of 4 patches.

The 1st one is just about a spurious call to 'dev_set_drvdata()', which is
done in only 1 error handling path in the function.

The 2nd one removes some devm_iounmap/release/kfree functions which look
useless to me.

The 3rd one fixes a missing of_node_put.

The 4th one is just cosmetic and removes a useless message.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>