Skip to content
Snippets Groups Projects
  1. Jul 18, 2014
    • Jeroen Hofstee's avatar
      mtd: cfi_flash: fix clang warning · c15df21f
      Jeroen Hofstee authored
      
      clang warns this check is silly; it is since s is
      a local variable.
      
      u-boot/drivers/mtd/cfi_flash.c:2363:13: warning: comparison of
        array 's' not equal to a null pointer is always true
        else if ((s != NULL) && (strcmp(s, "yes") == 0)) {
      
      cc: Stefan Roese <sr@denx.de>
      Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
      c15df21f
  2. Jul 14, 2014
  3. Jul 11, 2014
  4. Jul 10, 2014
  5. Jul 09, 2014
  6. Jul 08, 2014
  7. Jul 07, 2014
Loading