]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mscc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 05:08:56 +0000 (22:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 05:08:56 +0000 (22:08 -0700)
commitf15860795facc9030cd924492952c75758c1faea
tree0e58e9ab8b78310f52274ad50164542e543c6271
parenta1b9b9a00ac29a64a5ec9b83e240214c173e2074
parent005c17dfcd393a8becb7c3fa170d0c771cd6bae9
Merge branch 'mscc-fixes'

Gustavo A. R. Silva says:

====================
fix signedness bug and memory leak in mscc driver

This patchset aims to fix a signedness bug in function
vsc85xx_downshift_get() and a memory leak in function
vsc8574_config_pre_init().

Changes in v3:
 - Add Quentin's Reviewed-by to commit log in patch 2/2.
 - Post the series to netdev.

Changes in v2:
 - Add Quentin's Reviewed-by to commit log in patch 1/2.
 - Jump to out label so all functions in the driver exit with the PHY
   set to access the standard page. Thanks to Quentin Schulz for
   pointing this out.
====================

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