commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. d4a093cc729c4079157c448a6cd36c7c


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. d4a093cc729c4079157c448a6cd36c7c9781e302
Date: Fri, 26 Aug 2011 23:02:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  d4a093cc729c4079157c448a6cd36c7c9781e302 (commit)
      from  8d48716a8ef62f88a8bf9411e3db804746293953 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d4a093cc729c4079157c448a6cd36c7c9781e302
Author: Guillem Jover <address@hidden>
Date:   Thu Aug 25 15:22:36 2011 +0200

    Match signedness of char pointer comparisons and assignments
    
    * linux/dev/drivers/block/genhd.c (msdos_partition): Cast `data' assignment
    to `unsigned char *'.
    * linux/src/drivers/block/ide-cd.c (cdrom_queue_request_sense): Cast
    `buffer' assignment to `unsigned char *'.
    (cdrom_transfer_packet_command): Change `cmd_buf' argument type to
    `unsigned char *'.
    (cdrom_read_capacity): Cast `pc.buffer' assignments to `unsigned char *'.
    Use temporary `model' and `fw_rev' `const char *' variables to compare
    against literal strings and characters.
    * linux/src/drivers/block/ide.c (execute_drive_cmd): Cast `args'
    assignment to `byte *'.
    (ide_open): Cast `rq.buffer' assignment to `char *'.
    (ide_release): Likewise.
    (ide_ioctl): Likewise.
    (do_identify): Cast variables being compared against literal string to
    `char *'.
    (probe_for_drive): Likewise.
    * linux/src/drivers/block/ide.h (struct packet_command): Change `buffer'
    type to `unsigned char *'.

-----------------------------------------------------------------------

Summary of changes:
 linux/dev/drivers/block/genhd.c  |    2 +-
 linux/src/drivers/block/ide-cd.c |   47 ++++++++++++++++++++-----------------
 linux/src/drivers/block/ide.c    |   23 ++++++++++--------
 linux/src/drivers/block/ide.h    |    2 +-
 4 files changed, 40 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]