1. 25 1月, 2018 2 次提交
  2. 23 1月, 2018 2 次提交
  3. 22 1月, 2018 3 次提交
  4. 13 1月, 2018 1 次提交
    • A
      uio_hv_generic: fix new type mismatch warnings · d6088e9a
      Arnd Bergmann 提交于
      In commit 72d14657 ("uio_hv_generic: fix type mismatch warnings"),
      I addressed some warnings that show up with CONFIG_X86_PAE, now a new
      change has added more of the same:
      
      drivers/uio/uio_hv_generic.c: In function 'hv_uio_probe':
      drivers/uio/uio_hv_generic.c:205:5: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
      drivers/uio/uio_hv_generic.c:225:5: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
      
      The fix is the same as before, casting to uintptr_t as an intermediate.
      
      Fixes: e7d21464 ("uio_hv_generic: create send and receive buffers")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Stephen Hemminger <stephen@networkplumber.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      d6088e9a
  5. 11 1月, 2018 7 次提交
  6. 10 1月, 2018 25 次提交