mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 3fd024c0-8ae4-9033-65a1-c5c9f965cd5c@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-usb.git master

Message

Marek Vasut Nov. 3, 2016, 10:57 a.m. UTC
The following changes since commit d8bdfc80da39211d95f10d24e79f2e867305f71b:

  Prepare v2016.11-rc3 (2016-10-31 16:36:10 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to dd93a8e9e688f4c448092a275bf7db3e16d21c6f:

  dfu: align array in dfu_get_dev_type with enum dfu_device_type
(2016-11-03 11:55:25 +0100)

----------------------------------------------------------------
Michal Simek (1):
      cmd: dfu: Add error handling for board_usb_init

Patrick Delaunay (1):
      dfu: align array in dfu_get_dev_type with enum dfu_device_type

 common/dfu.c      | 6 +++++-
 drivers/dfu/dfu.c | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

Tom Rini Nov. 4, 2016, 11:23 a.m. UTC | #1
On Thu, Nov 03, 2016 at 11:57:12AM +0100, Marek Vasut wrote:

> The following changes since commit d8bdfc80da39211d95f10d24e79f2e867305f71b:
> 
>   Prepare v2016.11-rc3 (2016-10-31 16:36:10 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to dd93a8e9e688f4c448092a275bf7db3e16d21c6f:
> 
>   dfu: align array in dfu_get_dev_type with enum dfu_device_type
> (2016-11-03 11:55:25 +0100)
> 

Applied to u-boot/master, thanks!