commit | c650c008e326f3a1e84083bc269265456057a212 | [log] [tgz] |
---|---|---|
author | Riku Voipio <riku.voipio@linaro.org> | Wed Apr 23 13:53:45 2014 +0300 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Jun 17 08:52:07 2014 +0300 |
tree | c343e948893076d65f51db38811faf97523cc0df | |
parent | 0188fadb7fe460d8c4c743372b1f7b25773e183e [diff] |
signal/ppc/{save,restore}_user_regs remove __put/get error checks As __get_user and __put_user do not return errors, remove the if checks from around them. This allows making the save/restore functions void. Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Cc: Alexander Graf <agraf@suse.de>