From: sunghan Date: Fri, 17 Feb 2017 05:00:29 +0000 (+0900) Subject: remove wrong comments on s5j X-Git-Tag: 1.1_Public_Release~664 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55ce9a870feab319035b3d82debee754142140f5;p=rtos%2Ftinyara.git remove wrong comments on s5j Change-Id: If50037e5224428eb8b72b5df4f040a94e5d321d7 --- diff --git a/os/arch/arm/src/s5j/s5j_sflash.c b/os/arch/arm/src/s5j/s5j_sflash.c index 9c7400c..9532e31 100644 --- a/os/arch/arm/src/s5j/s5j_sflash.c +++ b/os/arch/arm/src/s5j/s5j_sflash.c @@ -475,9 +475,7 @@ static void s5j_sflash_select(FAR struct spi_dev_s *spidev, enum spi_dev_e devid * Name: s5j_sflash_setfrequency * * Description: - * Support changing frequency. But we can't change frequency. - * If you need to change frequency, please ask the broadcom. - * This function is a part of spi_ops. + * Support changing frequency. * *****************************************************************************/ @@ -490,9 +488,7 @@ static uint32_t s5j_sflash_setfrequency(FAR struct spi_dev_s *spidev, uint32_t f * Name: s5j_sflash_setmode * * Description: - * Support changing mode(CPHA/CPOL). But we can't change mode. - * If you need to change mode, please ask the broadcom. - * This function is a part of spi_ops. + * Support changing mode(CPHA/CPOL). * *****************************************************************************/