mbox series

[GIT,PULL] Thunderbolt/USB4 fix for v5.6-rc6

Message ID 20200310143258.GX2540@lahna.fi.intel.com (mailing list archive)
State Mainlined
Commit c08ab390b68305ac415ecd7e5ea7f9c2a28105e0
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v5.6-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.6-rc6

Message

Mika Westerberg March 10, 2020, 2:32 p.m. UTC
Hi Greg,

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.6-rc6

for you to fetch changes up to e9d0e7511fda92a6511904996dd0aa57b6d7687a:

  thunderbolt: Fix error code in tb_port_is_width_supported() (2020-03-04 12:34:17 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v5.6-rc6

This includes a single commit that fixes incorrect return value from
tb_port_is_width_supported() if the read fails.

----------------------------------------------------------------
Dan Carpenter (1):
      thunderbolt: Fix error code in tb_port_is_width_supported()

 drivers/thunderbolt/switch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH March 10, 2020, 4:43 p.m. UTC | #1
On Tue, Mar 10, 2020 at 04:32:58PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:
> 
>   Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.6-rc6

Pulled and pushed out, thanks.

greg k-h